We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213ebd8 commit a21a651Copy full SHA for a21a651
.github/workflows/linter.yml
@@ -8,7 +8,7 @@ jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
13
with:
14
go-version: 1.x
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
runs-on: ${{ matrix.platform }}
43
44
45
46
47
48
go-version: ${{ matrix.go-version }}
0 commit comments