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 634ec1b commit c3b069bCopy full SHA for c3b069b
.github/workflows/codeql-analysis.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Initialize CodeQL
25
uses: github/codeql-action/init@v3
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
id-token: write # to enable use of OIDC for npm provenance
- name: Checkout
with:
fetch-depth: 0
- name: Setup Node.js
0 commit comments