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 a4a0fb9 commit ff3f8dfCopy full SHA for ff3f8df
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/oci-image-build.yml
@@ -14,7 +14,7 @@ jobs:
14
name: 'Lint'
15
runs-on: 'ubuntu-latest'
16
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- uses: actions/setup-node@v6
19
with:
20
node-version: 18
0 commit comments