We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0057a5 commit 7a5d483Copy full SHA for 7a5d483
.github/workflows/codeql-analysis.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
21
22
# Initializes the CodeQL tools for scanning.
23
- name: Initialize CodeQL
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
24
25
- name: Checkout
26
27
28
- name: Set Node.js 12.x
29
uses: actions/setup-node@v1
0 commit comments