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 f60578d + 2027799 commit b3d765dCopy full SHA for b3d765d
.github/workflows/codeql.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: 'Checkout repository'
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
26
# Initializes the CodeQL tools for scanning.
27
- name: 'Initialize CodeQL'
.github/workflows/download.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: 'ubuntu-latest'
13
14
- name: Checkout
15
16
17
- name: Setup Node.js
18
uses: actions/setup-node@v6
0 commit comments