File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ jobs:
36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
40
41
41
- if : matrix.language == 'javascript-typescript'
42
42
name : Setup Node.js 20.x
43
- uses : actions/setup-node@v4
43
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
44
44
with :
45
45
node-version : 20.x
46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@v2
49
+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
# If you wish to specify custom queries, you can do so here or in a config file.
57
57
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
58
58
# If this step fails, then you should remove it and run the build manually (see below)
59
59
- name : Autobuild
60
- uses : github/codeql-action/autobuild@v2
60
+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
61
61
62
62
# ℹ️ Command-line programs to run using the OS shell.
63
63
# 📚 https://git.io/JvXDl
71
71
# make release
72
72
73
73
- name : Perform CodeQL Analysis
74
- uses : github/codeql-action/analyze@v2
74
+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
You can’t perform that action at this time.
0 commit comments