28
28
has-patch : ${{ steps.is-tree-dirty.outputs.result }}
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
31
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
32
- name : Setup go
33
33
id : setup-go
34
34
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
@@ -108,7 +108,7 @@ jobs:
108
108
if : always() && needs.generate.outputs.has-patch == 'true' && github.event_name == 'pull_request' && (github.event.pull_request.head.repo.full_name == github.repository || github.event.pull_request.maintainer_can_modify)
109
109
steps :
110
110
- name : Checkout
111
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
111
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
112
112
with :
113
113
ref : ${{ github.event.pull_request.head.ref }}
114
114
repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -138,7 +138,7 @@ jobs:
138
138
name : Go Linters
139
139
steps :
140
140
- name : Checkout
141
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
141
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
142
142
- name : Setup go
143
143
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
144
144
with :
@@ -165,7 +165,7 @@ jobs:
165
165
name : GitHub Workflow Linters
166
166
steps :
167
167
- name : Checkout
168
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
168
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
169
169
- name : Ensure SHA pinned actions
170
170
uses : zgosalvez/github-actions-ensure-sha-pinned-actions@ed00f72a3ca5b6eff8ad4d3ffdcacedb67a21db1 # v3
171
171
@@ -181,7 +181,7 @@ jobs:
181
181
name : Unit tests (go ${{ matrix.go-version }})
182
182
steps :
183
183
- name : Checkout
184
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
184
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
185
185
- name : Setup Go
186
186
id : setup-go
187
187
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
@@ -236,7 +236,7 @@ jobs:
236
236
name : Benchmarks
237
237
steps :
238
238
- name : Checkout
239
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
239
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
240
240
- name : Setup go
241
241
id : setup-go
242
242
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
@@ -308,7 +308,7 @@ jobs:
308
308
309
309
echo "DOCKER_DEFAULT_PLATFORM=linux/arm64" >> "${GITHUB_ENV}"
310
310
- name : Checkout
311
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
311
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
312
312
- name : Setup go
313
313
id : setup-go
314
314
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
@@ -417,7 +417,7 @@ jobs:
417
417
steps :
418
418
- name : Checkout
419
419
if : github.event_name != 'merge_group' && !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
420
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
420
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
421
421
- name : Download codecov CLI
422
422
id : codecov-cli
423
423
if : github.event_name != 'merge_group' && !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
@@ -473,7 +473,7 @@ jobs:
473
473
if : github.event_name != 'merge_group' && !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
474
474
steps :
475
475
- name : Checkout
476
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
476
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
477
477
- name : Download codecov CLI
478
478
id : codecov-cli
479
479
uses : ./.github/actions/codecov-cli
0 commit comments