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.
1 parent ace6bf5 commit c4a72dbCopy full SHA for c4a72db
.github/workflows/analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
go-version: '>=1.18.0'
21
22
23
24
25
- name: Create coverage file
26
run: go test -coverprofile='coverage.txt' -covermode=atomic
0 commit comments