File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@v2
45
+ uses : github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag= v2
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
56
56
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
57
# If this step fails, then you should remove it and run the build manually (see below)
58
58
- name : Autobuild
59
- uses : github/codeql-action/autobuild@v2
59
+ uses : github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag= v2
60
60
61
61
# ℹ️ Command-line programs to run using the OS shell.
62
62
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
69
69
# ./location_of_script_within_repo/buildscript.sh
70
70
71
71
- name : Perform CodeQL Analysis
72
- uses : github/codeql-action/analyze@v2
72
+ uses : github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag= v2
Original file line number Diff line number Diff line change 11
11
name : release
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/setup-node@v3
14
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
15
+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
16
16
with :
17
17
node-version : 16
18
18
cache : npm
Original file line number Diff line number Diff line change 18
18
- 18
19
19
name : Node ${{ matrix.node }}
20
20
steps :
21
- - uses : actions/checkout@v3
22
- - uses : actions/setup-node@v3
21
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
22
+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
23
23
with :
24
24
node-version : ${{ matrix.node }}
25
25
cache : npm
29
29
runs-on : ubuntu-latest
30
30
needs : test_matrix
31
31
steps :
32
- - uses : actions/checkout@v3
33
- - uses : actions/setup-node@v3
32
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
33
+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
34
34
with :
35
35
cache : npm
36
36
node-version : 16
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@master
11
- - uses : actions/setup-node@v3
11
+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
12
12
with :
13
13
cache : npm
14
14
node-version : 16
Original file line number Diff line number Diff line change 7
7
update :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : actions/setup-node@v3
10
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
11
+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
12
12
with :
13
13
cache : npm
14
14
node-version : 16
You can’t perform that action at this time.
0 commit comments