diff --git a/.github/workflows/ci-auto-rerun-failed-jobs-action.yml b/.github/workflows/ci-auto-rerun-failed-jobs-action.yml index e79d833..eceeea3 100644 --- a/.github/workflows/ci-auto-rerun-failed-jobs-action.yml +++ b/.github/workflows/ci-auto-rerun-failed-jobs-action.yml @@ -31,7 +31,7 @@ jobs: GH_TOKEN: "${{ secrets.AUTO_RERUN || github.token }}" steps: - name: Host - Checkout action ${{ inputs.distinct_id }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 0c2c279..5b9e375 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -14,7 +14,7 @@ jobs: sh-checker: runs-on: ubuntu-24.04-arm steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -34,7 +34,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -44,7 +44,7 @@ jobs: editorconfig-checker: runs-on: ubuntu-24.04-arm steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/qt6_crossbuild.yml b/.github/workflows/qt6_crossbuild.yml index c066df4..dbe7875 100644 --- a/.github/workflows/qt6_crossbuild.yml +++ b/.github/workflows/qt6_crossbuild.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Host - Checkout action - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -206,7 +206,7 @@ jobs: qt_version: ${{ needs.build.outputs.qt_version }} steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -246,7 +246,7 @@ jobs: retries: ${{ github.event.inputs.retries || '1' }} distinct_id: ${{ github.event.inputs.distinct_id }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - name: ci-auto-rerun-failed-jobs via ${{ env.github_repo || github.repository }}