diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 877a4b7..7832597 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -8,7 +8,7 @@ jobs: permissions: {} timeout-minutes: 15 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: ref: ${{github.head_ref}} persist-credentials: false diff --git a/.github/workflows/update-project.yaml b/.github/workflows/update-project.yaml index 42a892e..b4a29da 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - id: token