@@ -28,17 +28,17 @@ jobs:
28
28
node_version : 16
29
29
fail-fast : false
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v3
33
+ uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
36
- name : Bootstrap project
37
37
run : npm ci --ignore-scripts
38
38
- name : Run tests
39
39
run : npm run-script test:ci
40
40
- name : Publish coverage report to Coveralls
41
- uses : coverallsapp/github-action@master
41
+ uses : coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 # tag=v1.1.3
42
42
with :
43
43
github-token : ${{ secrets.GITHUB_TOKEN }}
44
44
flag-name : run-${{ matrix.os }}-node@${{ matrix.node-version }}
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : Coveralls finished
53
- uses : coverallsapp/github-action@master
53
+ uses : coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 # tag=v1.1.3
54
54
with :
55
55
github-token : ${{ secrets.github_token }}
56
56
parallel-finished : true
59
59
name : Code Lint
60
60
runs-on : ubuntu-latest
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
63
63
- name : Use Node.js 16
64
- uses : actions/setup-node@v3
64
+ uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
65
65
with :
66
66
node-version : 16
67
67
- name : Bootstrap project
@@ -73,11 +73,11 @@ jobs:
73
73
name : Commit Lint
74
74
runs-on : ubuntu-latest
75
75
steps :
76
- - uses : actions/checkout@v3
76
+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
77
77
with :
78
78
fetch-depth : 0
79
79
- name : Use Node.js 16
80
- uses : actions/setup-node@v3
80
+ uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
81
81
with :
82
82
node-version : 16
83
83
- name : Bootstrap project
@@ -101,13 +101,12 @@ jobs:
101
101
security-events : write
102
102
steps :
103
103
- name : Checkout repository
104
- uses : actions/checkout@v3
105
-
104
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
106
105
- name : Initialize CodeQL
107
- uses : github/codeql-action/init@v1
106
+ uses : github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # tag=v2.1.21
108
107
with :
109
108
languages : ' javascript'
110
109
config-file : ./.github/codeql/codeql-config.yaml
111
110
112
111
- name : Perform CodeQL Analysis
113
- uses : github/codeql-action/analyze@v1
112
+ uses : github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # tag=v2.1.21
0 commit comments