File tree 8 files changed +11
-11
lines changed
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
- name : Ensure SHA pinned actions
28
28
uses : zgosalvez/github-actions-ensure-sha-pinned-actions@0901cf7b71c7ea6261ec69a3dc2bd3f9264f893e # v3.0.12
29
29
with :
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
- name : Setup Go
28
28
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
Original file line number Diff line number Diff line change 25
25
security-events : write
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
29
with :
30
30
fetch-depth : 0
31
31
- name : Run Trivy vulnerability scanner in repo mode
Original file line number Diff line number Diff line change 20
20
contents : write
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
24
- name : Setup Go
25
25
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
26
26
with :
Original file line number Diff line number Diff line change 23
23
version_extractor_regex : ' ^docs-v(.*)$'
24
24
- name : Checkout
25
25
if : ${{ steps.semver.outputs.prerelease == '' }}
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
- name : Setup Go
28
28
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
if : ${{ steps.semver.outputs.prerelease == '' }}
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
- name : Setup Go
28
28
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
Original file line number Diff line number Diff line change 33
33
docker-images : true
34
34
swap-storage : false
35
35
- name : Checkout
36
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37
37
with :
38
38
fetch-depth : 0
39
39
- name : Fetch all tags
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
- name : Setup Go
28
28
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
67
67
runs-on : ubuntu-latest
68
68
steps :
69
69
- name : Checkout
70
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
70
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
71
71
- name : Setup Go
72
72
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
73
73
with :
86
86
runs-on : ubuntu-latest
87
87
steps :
88
88
- name : Checkout
89
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
89
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
90
90
- name : Setup Go
91
91
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
92
92
with :
@@ -101,7 +101,7 @@ jobs:
101
101
runs-on : ubuntu-latest
102
102
steps :
103
103
- name : Checkout
104
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
104
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
105
105
- name : Setup Go
106
106
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
107
107
with :
You can’t perform that action at this time.
0 commit comments