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 a8c6a6f commit f34c126Copy full SHA for f34c126
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v4
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout
13
14
with:
15
fetch-depth: 0
16
- name: Set up Go
0 commit comments