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 80900a9 commit 9e03f7dCopy full SHA for 9e03f7d
.github/workflows/codeql-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
28
29
# Initializes the CodeQL tools for scanning.
30
- name: Initialize CodeQL
.github/workflows/provenance.yml
@@ -14,7 +14,7 @@ jobs:
14
check-provenance:
15
runs-on: ubuntu-latest
16
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
- name: Check provenance downgrades
.github/workflows/test.yml
- - uses: actions/checkout@v3
- run: corepack enable
0 commit comments