6767 git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
6868
6969 - name : checkout
70- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
70+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
7171 with :
7272 fetch-depth : 0
7373
@@ -126,7 +126,7 @@ jobs:
126126
127127 - name : Upload Doxygen Coverage Results
128128 if : matrix.platform == 'unit_testing'
129- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
129+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
130130 with :
131131 name : doxygen-coverage-results
132132 path : |
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Upload Coverage Results
147147 if : always()
148- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
148+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
149149 with :
150150 name : Coverage Data (Subset ${{ matrix.normalized }})
151151 path : |
@@ -161,7 +161,7 @@ jobs:
161161
162162 steps :
163163 - name : checkout
164- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
164+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
165165 with :
166166 fetch-depth : 0
167167
@@ -177,7 +177,7 @@ jobs:
177177 pip install -r scripts/requirements-actions.txt --require-hashes
178178
179179 - name : Download Artifacts
180- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
180+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
181181 with :
182182 path : coverage/reports
183183
@@ -242,7 +242,7 @@ jobs:
242242
243243 - name : Upload Merged Coverage Results and Report
244244 if : always()
245- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
245+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
246246 with :
247247 name : Coverage Data and report
248248 path : |
@@ -253,7 +253,7 @@ jobs:
253253
254254 - name : Upload test coverage to Codecov
255255 if : always()
256- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
256+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
257257 with :
258258 env_vars : OS,PYTHON
259259 fail_ci_if_error : false
@@ -264,7 +264,7 @@ jobs:
264264
265265 - name : Upload Doxygen coverage to Codecov
266266 if : always()
267- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
267+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
268268 with :
269269 env_vars : OS,PYTHON
270270 fail_ci_if_error : false
0 commit comments