Skip to content

Commit 5be7d71

Browse files
committed
fix security in ci-jobs
1 parent 326e7e0 commit 5be7d71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/idefix-ci-jobs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,10 @@ jobs:
231231
runs-on: self-hosted
232232
steps:
233233
- name: Check out repo
234-
uses: actions/checkout@v3
234+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
235235
with:
236236
submodules: recursive
237+
persist-credentials: false
237238
- name: Restart dumps
238239
run: scripts/ci/run-tests $IDEFIX_DIR/test/IO/dump -all $TESTME_OPTIONS
239240
- name: Pydefix

0 commit comments

Comments
 (0)