diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 548b102..af3eb3b 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -8,7 +8,7 @@ jobs: permissions: {} timeout-minutes: 15 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{github.head_ref}} persist-credentials: false diff --git a/.github/workflows/update-project.yaml b/.github/workflows/update-project.yaml index 832bcd8..c5f2f57 100644 --- a/.github/workflows/update-project.yaml +++ b/.github/workflows/update-project.yaml @@ -10,7 +10,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - id: token