@@ -19,12 +19,12 @@ jobs:
1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 with :
2424 submodules : recursive
2525
2626 - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030
4646 bash scripts/cicd/run_vader_tests_direct.sh
4747
4848 - name : Upload test results
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5050 if : always()
5151 with :
5252 name : test-results-linux-${{ matrix.python-version }}
5656 results/
5757
5858 - name : Upload coverage reports
59- uses : codecov/codecov-action@v3
59+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
6060 with :
6161 file : ./coverage.xml
6262 flags : linux-python-${{ matrix.python-version }}
@@ -71,12 +71,12 @@ jobs:
7171
7272 steps :
7373 - name : Checkout code
74- uses : actions/checkout@v4
74+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7575 with :
7676 submodules : recursive
7777
7878 - name : Set up Python ${{ matrix.python-version }}
79- uses : actions/setup-python@v5
79+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282
@@ -107,7 +107,7 @@ jobs:
107107 bash scripts/cicd/run_vader_tests_direct.sh
108108
109109 - name : Upload test results
110- uses : actions/upload-artifact@v4
110+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
111111 if : always()
112112 with :
113113 name : test-results-macos-${{ matrix.python-version }}
@@ -117,7 +117,7 @@ jobs:
117117 results/
118118
119119 - name : Upload coverage reports
120- uses : codecov/codecov-action@v3
120+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
121121 with :
122122 file : ./coverage.xml
123123 flags : macos-python-${{ matrix.python-version }}
@@ -132,12 +132,12 @@ jobs:
132132
133133 steps :
134134 - name : Checkout code
135- uses : actions/checkout@v4
135+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136136 with :
137137 submodules : recursive
138138
139139 - name : Set up Python ${{ matrix.python-version }}
140- uses : actions/setup-python@v5
140+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
141141 with :
142142 python-version : ${{ matrix.python-version }}
143143
@@ -203,7 +203,7 @@ jobs:
203203 pwsh scripts/cicd/run_vader_tests_windows.ps1
204204
205205 - name : Upload test results
206- uses : actions/upload-artifact@v4
206+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
207207 if : always()
208208 with :
209209 name : test-results-windows-${{ matrix.python-version }}
@@ -213,7 +213,7 @@ jobs:
213213 results/
214214
215215 - name : Upload coverage reports
216- uses : codecov/codecov-action@v3
216+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
217217 with :
218218 file : ./coverage.xml
219219 flags : windows-python-${{ matrix.python-version }}
@@ -226,12 +226,12 @@ jobs:
226226
227227 steps :
228228 - name : Checkout code
229- uses : actions/checkout@v4
229+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
230230 with :
231231 submodules : recursive
232232
233233 - name : Download all test results
234- uses : actions/download-artifact@v4
234+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
235235 with :
236236 path : test-results-artifacts
237237 pattern : test-results-*
@@ -249,7 +249,7 @@ jobs:
249249 continue-on-error : true
250250
251251 - name : Post PR comment
252- uses : thollander/actions-comment-pull-request@v3
252+ uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
253253 if : always() && github.event_name == 'pull_request'
254254 with :
255255 file-path : pr-summary.md
0 commit comments