We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0174005 + 51ad703 commit eeb47eaCopy full SHA for eeb47ea
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
34
- name: Initialize CodeQL
35
uses: github/codeql-action/init@v2
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: Checkout repo
12
13
- name: Setup Node.js version
14
uses: actions/setup-node@v3
15
with:
0 commit comments