diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 6060492..ece99b9 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -36,7 +36,7 @@ jobs: release-assets.githubusercontent.com:443 - name: Check out code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/auth.yaml b/.github/workflows/auth.yaml index a7ad7a5..69d1586 100644 --- a/.github/workflows/auth.yaml +++ b/.github/workflows/auth.yaml @@ -32,9 +32,10 @@ jobs: github.com:443 issuer.enforce.dev:443 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false + allow-unsafe-pr-checkout: true - uses: ./ with: identity: ce2d1984a010471142503340d670612d63ffb9f6/d05d31ba65ec54d1 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cde0044..5b85a2e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -44,7 +44,7 @@ jobs: ocsp.sectigo.com:80 updates.cdn-apple.com:443 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - uses: ./ diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 498c16e..c76bb6c 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -38,7 +38,7 @@ jobs: ghcr.io - name: Check out code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false