File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
19
19
- name : Setup Golang
20
20
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Original file line number Diff line number Diff line change 30
30
IMAGE_NAME : ${{ env.IMAGE_NAME }}
31
31
steps :
32
32
- name : Checkout code
33
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
35
35
- name : Setup Golang
36
36
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
@@ -162,7 +162,7 @@ jobs:
162
162
needs : [provenance, scan, build]
163
163
steps :
164
164
- name : Checkout code
165
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
165
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
166
166
167
167
- name : Authenticate to GCP
168
168
uses : google-github-actions/auth@v2
You can’t perform that action at this time.
0 commit comments