We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e4741 commit 8c136d4Copy full SHA for 8c136d4
.github/workflows/static-analysis.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Install Go
17
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.0.2
+ uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.0.2
18
with:
19
go-version: '1.23'
20
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
21
22
23
24
go-version: ${{ matrix.go-version }}
25
0 commit comments