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 33a68db commit 439def3Copy full SHA for 439def3
.github/workflows/codeql.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
.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