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 40fe278 commit 1626ae1Copy full SHA for 1626ae1
.github/workflows/code-ql.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
21
22
# Initializes the CodeQL tools for scanning.
23
- name: Initialize CodeQL
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
12
- name: Use Node.js ${{ matrix.node-version }}
13
uses: actions/setup-node@v3
14
with:
0 commit comments