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 2163375 commit d17905dCopy full SHA for d17905d
.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/test.yml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
runs-on: ubuntu-latest
13
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Build
16
run: |
17
set -ex
0 commit comments