File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
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 12
12
name : release
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : actions/setup-node@v3
15
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
16
+ - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
17
17
with :
18
18
node-version : 16
19
19
cache : npm
Original file line number Diff line number Diff line change 17
17
- 18
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
21
21
- name : Use Node.js ${{ matrix.node_version }}
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag= v3
23
23
with :
24
24
node-version : ${{ matrix.node_version }}
25
25
cache : npm
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