Skip to content

Commit 3226dba

Browse files
authored
chore: Update github actions to latest trusted (#5541)
`tsccr-helper gha update -latest .github/`
1 parent 137088a commit 3226dba

16 files changed

+88
-88
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
actionlint:
1212
runs-on: ${{ fromJSON(vars.RUNNER) }}
1313
steps:
14-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
- name: Check workflow files
1616
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint@sha256:5acca218639222e4afbc82fc6e9ef56cbe646ade3b07f3f5ec364b638258a244
1717
with:

.github/workflows/build.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
base-product-version: $${{ steps.set-product-version.outputs.base-product-version }}
2727
prerelease-product-version: ${{ steps.set-product-version.outputs.prerelease-product-version }}
2828
steps:
29-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
- name: Set Product version
3131
id: set-product-version
3232
uses: hashicorp/actions-set-product-version@v2 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references: authorization failed
@@ -39,7 +39,7 @@ jobs:
3939
product-edition: ${{ steps.get-product-edition.outputs.product-edition }}
4040
go-version: ${{ steps.get-go-version.outputs.go-version }}
4141
steps:
42-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343
- name: Determine Go version
4444
id: get-go-version
4545
# We use .go-version as our source of truth for current Go
@@ -48,7 +48,7 @@ jobs:
4848
echo "Building with Go $(cat .go-version)"
4949
echo "go-version=$(cat .go-version)" >> "$GITHUB_OUTPUT"
5050
- name: Set up Go
51-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
51+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5252
with:
5353
go-version: "${{ steps.get-go-version.outputs.go-version }}"
5454
cache: false
@@ -58,7 +58,7 @@ jobs:
5858
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
5959
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
6060
- name: Set up Go modules cache
61-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
61+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6262
with:
6363
path: |
6464
${{ steps.go-cache-paths.outputs.go-build }}
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ${{ fromJSON(vars.BUILDER_LINUX) }}
8787
steps:
8888
- name: 'Checkout directory'
89-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
89+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
- run: |
9191
echo "Product Version - ${{ needs.set-product-version.outputs.product-version }}"
9292
echo "Product Prerelease - ${{ needs.set-product-version.outputs.prerelease-product-version }}"
@@ -100,15 +100,15 @@ jobs:
100100
filepath: ${{ steps.generate-metadata-file.outputs.filepath }}
101101
steps:
102102
- name: 'Checkout directory'
103-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
103+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104104
- name: Generate metadata file
105105
id: generate-metadata-file
106106
uses: hashicorp/actions-generate-metadata@v1 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references: authorization failed
107107
with:
108108
repository: boundary
109109
version: ${{ needs.set-product-version.outputs.product-version }}
110110
product: ${{ env.PKG_NAME }}
111-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
111+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
112112
with:
113113
name: metadata.json
114114
path: ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -137,9 +137,9 @@ jobs:
137137
GOPRIVATE: "github.com/hashicorp"
138138
GO111MODULE: on
139139
steps:
140-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
140+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141141
- name: Set up go
142-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
142+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
143143
with:
144144
go-version: ${{ matrix.go }}
145145
cache: false
@@ -149,7 +149,7 @@ jobs:
149149
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
150150
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
151151
- name: Set up Go modules cache
152-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
152+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
153153
with:
154154
path: |
155155
${{ steps.go-cache-paths.outputs.go-build }}
@@ -163,7 +163,7 @@ jobs:
163163
id: set-sha
164164
run: echo "sha=$(head -n1 internal/ui/VERSION | cut -d ' ' -f1)" >> "$GITHUB_OUTPUT"
165165
- name: Download UI artifact
166-
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
166+
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
167167
with:
168168
workflow: build-admin-ui.yaml
169169
commit: ${{ steps.set-sha.outputs.sha }}
@@ -205,11 +205,11 @@ jobs:
205205
GO111MODULE: on
206206

207207
steps:
208-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
208+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
209209
- name: Set up Git
210210
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
211211
- name: Set up Go
212-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
212+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
213213
with:
214214
go-version: ${{ matrix.go }}
215215
cache: false
@@ -219,7 +219,7 @@ jobs:
219219
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
220220
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
221221
- name: Set up Go modules cache
222-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
222+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
223223
with:
224224
path: |
225225
${{ steps.go-cache-paths.outputs.go-build }}
@@ -231,7 +231,7 @@ jobs:
231231
id: set-sha
232232
run: echo "sha=$(head -n1 internal/ui/VERSION | cut -d ' ' -f1)" >> "$GITHUB_OUTPUT"
233233
- name: Download UI artifact
234-
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
234+
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
235235
with:
236236
workflow: build-admin-ui.yaml
237237
commit: ${{ steps.set-sha.outputs.sha }}
@@ -279,12 +279,12 @@ jobs:
279279
echo "RPM_PACKAGE=$(basename out/*.rpm)" >> "$GITHUB_ENV"
280280
echo "DEB_PACKAGE=$(basename out/*.deb)" >> "$GITHUB_ENV"
281281
- name: Upload RPM package
282-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
282+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
283283
with:
284284
name: ${{ env.RPM_PACKAGE }}
285285
path: out/${{ env.RPM_PACKAGE }}
286286
- name: Upload DEB package
287-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
287+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
288288
with:
289289
name: ${{ env.DEB_PACKAGE }}
290290
path: out/${{ env.DEB_PACKAGE }}
@@ -307,9 +307,9 @@ jobs:
307307
GO111MODULE: on
308308

309309
steps:
310-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
310+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
311311
- name: Set up go
312-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
312+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
313313
with:
314314
go-version: ${{ matrix.go }}
315315
cache: false
@@ -319,7 +319,7 @@ jobs:
319319
echo "go-build=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
320320
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
321321
- name: Set up Go modules cache
322-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
322+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
323323
with:
324324
path: |
325325
${{ steps.go-cache-paths.outputs.go-build }}
@@ -331,7 +331,7 @@ jobs:
331331
id: set-sha
332332
run: echo "sha=$(head -n1 internal/ui/VERSION | cut -d ' ' -f1)" >> "$GITHUB_OUTPUT"
333333
- name: Download UI artifact
334-
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
334+
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
335335
with:
336336
workflow: build-admin-ui.yaml
337337
commit: ${{ steps.set-sha.outputs.sha }}
@@ -371,7 +371,7 @@ jobs:
371371
version: ${{ needs.set-product-version.outputs.product-version }}
372372
minor-version: ${{ needs.product-metadata.outputs.product-minor-version }}
373373
steps:
374-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
374+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
375375
- name: Docker Build (Action)
376376
uses: hashicorp/actions-docker-build@v2 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references: authorization failed
377377
with:

.github/workflows/enos-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.SERVICE_USER_GITHUB_TOKEN }}
2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references: authorization failed
2323
with:
2424
terraform_wrapper: false

.github/workflows/enos-run.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
go-cache-key: ${{ steps.go-cache-key.outputs.key }}
3535
runs-on: ${{ fromJSON(vars.RUNNER) }}
3636
steps:
37-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
fetch-depth: '0'
4040
- name: Set up Go
41-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
41+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4242
with:
4343
go-version: ${{ inputs.go-version }}
4444
cache: false
@@ -53,7 +53,7 @@ jobs:
5353
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5454
echo "go-bin=$(go env GOPATH)/bin" >> "$GITHUB_OUTPUT"
5555
- name: Set up Go modules cache
56-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
56+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5757
with:
5858
path: |
5959
${{ steps.go-cache-paths.outputs.go-build }}
@@ -103,14 +103,14 @@ jobs:
103103
ENOS_VAR_go_version: ${{ inputs.go-version }}
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
106+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
107107
- name: Set up Go
108-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
108+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
109109
with:
110110
go-version: ${{ inputs.go-version }}
111111
cache: false
112112
- name: Set up Go modules cache
113-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
113+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
114114
with:
115115
path: |
116116
${{ needs.setup.outputs.cache-go-build }}
@@ -128,7 +128,7 @@ jobs:
128128
terraform_wrapper: false
129129
- name: Import GPG key for Boundary pass keystore
130130
id: import_gpg
131-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
131+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
132132
with:
133133
gpg_private_key: ${{ secrets.ENOS_GPG_PRIVATE_KEY }}
134134
passphrase: ${{ secrets.ENOS_GPG_PASSPHRASE }}
@@ -139,7 +139,7 @@ jobs:
139139
echo "trusted-key ${{ secrets.ENOS_GPG_UID }}" >> ~/.gnupg/gpg.conf
140140
cat ~/.gnupg/gpg.conf
141141
- name: Configure AWS credentials
142-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
142+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
143143
with:
144144
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_CI }}
145145
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_CI }}
@@ -160,7 +160,7 @@ jobs:
160160
echo "debug_data_artifact_name=enos-debug-data_$(echo ${{ matrix.filter }} | sed -e 's/ /_/g' | sed -e 's/:/=/g')" >> "$GITHUB_OUTPUT"
161161
- name: Set up dependency cache
162162
id: dep-cache
163-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
163+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
164164
with:
165165
path: /tmp/test-deps
166166
key: enos-test-deps-password-store-1.7.4-vault-1.12.2
@@ -218,12 +218,12 @@ jobs:
218218
run: |
219219
mv ${{ steps.download-docker.outputs.download-path }}/*.tar enos/support/boundary_docker_image.tar
220220
- name: Set up Node.js
221-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
221+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
222222
if: contains(matrix.filter, 'e2e_ui')
223223
with:
224224
node-version: '16.x'
225225
- name: Checkout boundary-ui
226-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
226+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
227227
if: contains(matrix.filter, 'e2e_ui')
228228
with:
229229
repository: hashicorp/boundary-ui
@@ -266,7 +266,7 @@ jobs:
266266
SCENARIO=$(echo "${{ matrix.filter }}" | cut -d' ' -f1)
267267
echo fragment="${SCENARIO}" >> "$GITHUB_OUTPUT"
268268
- name: Upload e2e tests output
269-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
269+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
270270
with:
271271
name: test-${{ steps.split.outputs.fragment }}
272272
path: enos/*.log
@@ -279,7 +279,7 @@ jobs:
279279
docker logs database
280280
- name: Upload e2e UI tests debug info
281281
if: contains(matrix.filter, 'e2e_ui') && steps.run.outcome == 'failure'
282-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
282+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
283283
with:
284284
name: test-e2e-ui-debug
285285
path: enos/support/src/boundary-ui/ui/admin/tests/e2e/artifacts/test-failures
@@ -292,7 +292,7 @@ jobs:
292292
enos scenario launch --timeout 60m0s --chdir ./enos ${{ matrix.filter }}
293293
- name: Upload Debug Data
294294
if: ${{ always() && steps.run_retry.outcome == 'failure' }}
295-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
295+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
296296
with:
297297
# The name of the artifact is the same as the matrix scenario name with the spaces replaced with underscores and colons replaced by equals.
298298
name: ${{ steps.prepare_scenario.outputs.debug_data_artifact_name }}
@@ -327,7 +327,7 @@ jobs:
327327
env
328328
find ./enos -name "scenario.tf" -exec cat {} \;
329329
- name: Send Slack message if Run and Retry fails (or if something else went wrong)
330-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
330+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
331331
# steps.run.outcome reports as failure when there is an error in `Run Enos scenario`
332332
# failure() captures errors before `Run Enos scenario`
333333
# failure() does not capture errors in `Run Enos scenario` due to continue-on-error
@@ -341,7 +341,7 @@ jobs:
341341
env:
342342
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOUNDARY_TEST_BOT_TOKEN }}
343343
- name: Send Slack message if Run but Retry passes
344-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
344+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
345345
if: ${{ steps.run.outcome == 'failure' && steps.run_retry.outcome != 'failure' }}
346346
with:
347347
channel-id: ${{ secrets.SLACK_BOUNDARY_TEST_BOT_CHANNEL_ID }}

.github/workflows/fuzz.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ jobs:
3434
name: Fuzz grants.Parse
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
- name: Determine Go version
3939
id: get-go-version
4040
# We use .go-version as our source of truth for current Go
4141
# version, because "goenv" can react to it automatically.
4242
run: |
4343
echo "Building with Go $(cat .go-version)"
4444
echo "go-version=$(cat .go-version)" >> "$GITHUB_OUTPUT"
45-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
45+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4646
with:
4747
go-version: "${{ steps.get-go-version.outputs.go-version }}"
4848
- shell: bash
4949
run: go test ./internal/perms -fuzz=FuzzParse -fuzztime=30s
5050
- name: Upload fuzz failure seed corpus as run artifact
5151
if: failure()
52-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
52+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5353
with:
5454
name: fuzz-corpus
5555
path: ./internal/perms/testdata/fuzz

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: "Run Linter"
1414
runs-on: ${{ fromJSON(vars.RUNNER) }}
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
fetch-depth: '0'
1919
- name: Determine Go version
@@ -24,7 +24,7 @@ jobs:
2424
echo "Building with Go $(cat .go-version)"
2525
echo "go-version=$(cat .go-version)" >> "$GITHUB_OUTPUT"
2626
- name: Set up Go
27-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
27+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2828
with:
2929
go-version: "${{ steps.get-go-version.outputs.go-version }}"
3030
- name: Install Dependencies

.github/workflows/make-gen-delta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: "Check for uncommitted changes from make gen"
1313
runs-on: ${{ fromJSON(vars.RUNNER) }}
1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
with:
1717
fetch-depth: '0'
1818
- name: Determine Go version
@@ -23,7 +23,7 @@ jobs:
2323
echo "Building with Go $(cat .go-version)"
2424
echo "go-version=$(cat .go-version)" >> "$GITHUB_OUTPUT"
2525
- name: Set up Go
26-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
26+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2727
with:
2828
go-version: "${{ steps.get-go-version.outputs.go-version }}"
2929
- name: Running go mod tidy

0 commit comments

Comments
 (0)