We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326e7e0 commit 5be7d71Copy full SHA for 5be7d71
1 file changed
.github/workflows/idefix-ci-jobs.yml
@@ -231,9 +231,10 @@ jobs:
231
runs-on: self-hosted
232
steps:
233
- name: Check out repo
234
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
235
with:
236
submodules: recursive
237
+ persist-credentials: false
238
- name: Restart dumps
239
run: scripts/ci/run-tests $IDEFIX_DIR/test/IO/dump -all $TESTME_OPTIONS
240
- name: Pydefix
0 commit comments