We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9e380 commit 900f330Copy full SHA for 900f330
2 files changed
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v4
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
lint:
15
runs-on: ubuntu-latest
16
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
18
- uses: dominikh/staticcheck-action@v1.4.1
19
20
list:
@@ -71,7 +71,7 @@ jobs:
71
fail-fast: false
72
matrix: ${{ fromJSON(needs.list.outputs.matrix) }}
73
74
75
- uses: actions/setup-go@v6
76
with:
77
go-version: ${{ matrix.go }}
0 commit comments