File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
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
- 14
19
19
- 16
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
22
22
- name : " Use Node.js ${{ matrix.node_version }}"
23
- uses : actions/setup-node@v3
23
+ uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
24
24
with :
25
25
node-version : " ${{ matrix.node_version }}"
26
26
cache : npm
31
31
runs-on : ubuntu-latest
32
32
needs : test_matrix
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
35
35
- run : npm ci
36
36
- run : npm run test:typescript
37
37
- run : npm run lint
Original file line number Diff line number Diff line change 8
8
update_prettier :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
12
- - uses : actions/setup-node@v3
11
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
12
+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
13
13
with :
14
14
cache : npm
15
15
node-version : 16
You can’t perform that action at this time.
0 commit comments