File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
53
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
63
63
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
64
64
# If this step fails, then you should remove it and run the build manually (see below)
65
65
- name : Autobuild
66
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
66
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
67
67
68
68
# ℹ️ Command-line programs to run using the OS shell.
69
69
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
76
76
# ./location_of_script_within_repo/buildscript.sh
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
79
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
80
80
with :
81
81
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 24
24
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : Use Node.js ${{ matrix.node-version }}
27
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
27
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
28
28
with :
29
29
node-version : ${{ matrix.node-version }}
30
30
- name : Install dependencies
Original file line number Diff line number Diff line change 15
15
id-token : write
16
16
steps :
17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
18
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
19
19
with :
20
20
node-version : ' 20.x'
21
21
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
64
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
65
# format to the repository Actions tab.
66
66
- name : " Upload artifact"
67
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
68
68
with :
69
69
name : SARIF file
70
70
path : results.sarif
71
71
retention-days : 5
72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
75
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
76
76
with :
77
77
sarif_file : results.sarif
Original file line number Diff line number Diff line change 27
27
28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
- name : Use Node.js ${{ matrix.node-version }}
30
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
30
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
31
31
with :
32
32
node-version : ${{ matrix.node-version }}
33
33
- name : Install dependencies
Original file line number Diff line number Diff line change 28
28
29
29
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- name : Use Node.js ${{ matrix.node-version }}
31
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
31
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
32
32
with :
33
33
node-version : ${{ matrix.node-version }}
34
34
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments