Skip to content

Commit c321641

Browse files
chore(github-action): update actions/setup-go digest digest to 924ae3a
1 parent 9280bd8 commit c321641

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/forgetool.golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717

1818
- name: Setup Go
19-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
19+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2020
with:
2121
go-version: stable
2222
cache: false

.github/workflows/forgetool.release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
15+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
1616
with:
1717
go-version: stable
1818
cache: true

.github/workflows/forgetool.tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: needs.check_changes.outputs.changes_detected == 'true'
3434
needs: check_changes
3535
steps:
36-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
36+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3737
with:
3838
go-version: stable
3939
cache: true

.github/workflows/go-mod-tidy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424
fetch-depth: 1
2525

26-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
26+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2727
with:
2828
go-version: stable
2929
cache: true

0 commit comments

Comments
 (0)