We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc3d7a commit b9e897dCopy full SHA for b9e897d
3 files changed
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout repository
38
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
.github/workflows/linter.yml
@@ -36,7 +36,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
42
fetch-depth: 0
.github/workflows/pull-request.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Check out the source code
14
15
16
- name: Set up NodeJS
17
uses: actions/setup-node@v2
0 commit comments