We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8e7d39 + 3888a99 commit fdaf52cCopy full SHA for fdaf52c
3 files changed
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
35
steps:
36
- name: Checkout repository
37
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
38
39
- name: Initialize CodeQL
40
uses: github/codeql-action/init@v4
.github/workflows/run-goreleaser.yml
@@ -28,7 +28,7 @@ jobs:
28
go-version: '>=1.23.0'
29
30
- name: Checkout
31
32
with:
33
fetch-depth: 0
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version: ${{ env.GO_VERSION }}
25
26
- name: Checkout code
27
- name: Download and tidy Go modules
run: go mod download && go mod tidy
0 commit comments