We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6a35f commit efa8141Copy full SHA for efa8141
.github/workflows/codeql-analysis.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35
36
- name: Setup Go ${{ matrix.go }}
37
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
38
with:
39
go-version: ${{ matrix.go }}
40
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23
24
25
26
27
28
0 commit comments