diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 4813cc73b..4794d2692 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/check-release-tag.yml b/.github/workflows/check-release-tag.yml index 2191c3057..976dfee94 100644 --- a/.github/workflows/check-release-tag.yml +++ b/.github/workflows/check-release-tag.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2c0dc355e..ec2ff7a8c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false @@ -42,7 +42,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false @@ -69,7 +69,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false @@ -107,7 +107,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false @@ -135,7 +135,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false @@ -167,7 +167,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false @@ -190,7 +190,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false @@ -213,7 +213,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false @@ -236,7 +236,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml index 62cbc9c53..22b35f1f5 100644 --- a/.github/workflows/dependency-update.yml +++ b/.github/workflows/dependency-update.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: true fetch-depth: 0 diff --git a/.github/workflows/fast-tests-extension.yml b/.github/workflows/fast-tests-extension.yml index 88f645cdc..9578937b4 100644 --- a/.github/workflows/fast-tests-extension.yml +++ b/.github/workflows/fast-tests-extension.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/fast-tests.yml b/.github/workflows/fast-tests.yml index ac7faa679..ff6714fb0 100644 --- a/.github/workflows/fast-tests.yml +++ b/.github/workflows/fast-tests.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 134be7f44..7bc914eaf 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index c0476ae0c..da1045f88 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 621a6447d..32e632386 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/slow-checks.yml b/.github/workflows/slow-checks.yml index 9b040ed10..d25b274cd 100644 --- a/.github/workflows/slow-checks.yml +++ b/.github/workflows/slow-checks.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/test-python-environment.yml b/.github/workflows/test-python-environment.yml index a765da36f..803e2542c 100644 --- a/.github/workflows/test-python-environment.yml +++ b/.github/workflows/test-python-environment.yml @@ -12,7 +12,7 @@ jobs: outputs: should_run: ${{ steps.diff.outputs.should_run }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -69,7 +69,7 @@ jobs: steps: - name: Check out Repository id: check-out-repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false