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 8d86909 + 5668aa5 commit 60bb343Copy full SHA for 60bb343
.github/workflows/codeql.yml
@@ -51,7 +51,7 @@ jobs:
51
52
steps:
53
- name: Checkout repository
54
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
55
56
# Initializes the CodeQL tools for scanning.
57
- name: Initialize CodeQL
.github/workflows/lint_scripts.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
26
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
27
28
- uses: actions/setup-node@v6
29
with:
0 commit comments