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 ccb4967 + f78fb8e commit 50407d4Copy full SHA for 50407d4
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
10
name: lint
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: actions/setup-go@v5
15
- name: golangci-lint
16
uses: golangci/golangci-lint-action@v6
@@ -20,6 +20,6 @@ jobs:
20
name: test
21
22
23
24
25
- uses: n8maninger/action-golang-test@v2
0 commit comments