We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3aebd05 + 5db88cb commit 201cc87Copy full SHA for 201cc87
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
+ - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
12
with:
13
go-version: '1.22'
14
check-latest: 'true'
.github/workflows/use-action.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.platform }}
19
20
21
22
23
24
0 commit comments