3131 search-space-config : ${{ steps.setup.outputs.search-space-config }}
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535 with :
3636 fetch-depth : 0
3737
@@ -196,7 +196,7 @@ jobs:
196196 echo "$CONFIG_JSON" | jq '.changelog_metadata' > changelog_metadata.json
197197
198198 - name : Upload changelog artifact
199- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
199+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
200200 with :
201201 name : changelog-metadata
202202 path : changelog_metadata.json
@@ -212,13 +212,13 @@ jobs:
212212 GITHUB_TOKEN : ${{ secrets.REPO_PAT }}
213213
214214 steps :
215- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
215+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
216216 with :
217217 token : ${{ secrets.REPO_PAT }}
218218 fetch-depth : 0
219219
220220 - name : Download results artifacts
221- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
221+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
222222 with :
223223 path : ${{ env.RESULTS_DIR }}
224224 pattern : results_*
@@ -229,7 +229,7 @@ jobs:
229229 - name : Calculate success rate
230230 run : python3 utils/calc_success_rate.py $STATS_FILENAME
231231
232- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
232+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
233233 with :
234234 name : " run-stats"
235235 path : ${{ env.STATS_FILENAME }}.json
0 commit comments