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 715c44e + 3fafeb0 commit a813d58Copy full SHA for a813d58
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout repository
38
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
.github/workflows/go_test.yml
@@ -21,9 +21,9 @@ jobs:
21
- 2380:2380
22
23
- name: Checkout code
24
25
- name: golangci-lint
26
- uses: golangci/golangci-lint-action@v8.0.0
+ uses: golangci/golangci-lint-action@v9.1.0
27
with:
28
version: v2.1.5
29
- name: Install Go
0 commit comments