@@ -28,11 +28,11 @@ jobs:
28
28
fail-fast : false
29
29
runs-on : ${{ matrix.os }}
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
32
32
with :
33
33
fetch-depth : 0
34
34
- name : Use Node.js ${{ matrix.node-version }}
35
- uses : actions/setup-node@v4
35
+ uses : actions/setup-node@f152de45cc393bb48ce5d89d36b731f54556e65 # tag=v4.0.0
36
36
with :
37
37
node-version : ${{ matrix.node-version }}
38
38
- name : Update NPM (Node.js v10)
56
56
ls
57
57
ls ./coverage
58
58
- name : Coveralls Parallel
59
- uses : coverallsapp/github-action@master
59
+ uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # tag=v2.2.3
60
60
with :
61
61
github-token : ${{ secrets.github_token }}
62
62
flag-name : run-${{ matrix.os }}-node@${{ matrix.node-version }}
69
69
runs-on : ubuntu-latest
70
70
steps :
71
71
- name : Coveralls Finish
72
- uses : coverallsapp/github-action@master
72
+ uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # tag=v2.2.3
73
73
with :
74
74
github-token : ${{ secrets.github_token }}
75
75
parallel-finished : true
@@ -79,11 +79,11 @@ jobs:
79
79
runs-on : ubuntu-latest
80
80
if : ${{ github.event.pull_request }}
81
81
steps :
82
- - uses : actions/checkout@v4
82
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
83
83
with :
84
84
fetch-depth : 0
85
85
- name : Use Node.js 16
86
- uses : actions/setup-node@v4
86
+ uses : actions/setup-node@f152de45cc393bb48ce5d89d36b731f54556e65 # tag=v4.0.0
87
87
with :
88
88
node-version : 16
89
89
- name : Bootstrap project
@@ -98,11 +98,11 @@ jobs:
98
98
# See: https://github.com/github/codeql-action/blob/008b2cc71c4cf3401f45919d8eede44a65b4a322/README.md#usage
99
99
security-events : write
100
100
steps :
101
- - uses : actions/checkout@v4
101
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
102
102
- name : Initialize CodeQL
103
- uses : github/codeql-action/init@v2
103
+ uses : github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80 # tag=v2.22.4
104
104
with :
105
105
languages : ' javascript'
106
106
config-file : ./.github/codeql/codeql-config.yaml
107
107
- name : Perform CodeQL Analysis
108
- uses : github/codeql-action/analyze@v2
108
+ uses : github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # tag=v2.22.4
0 commit comments