diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c3186bb..9db646d 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -15,7 +15,7 @@ jobs: name: Analysis & Linting runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # ratchet:actions/checkout@v4 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 with: persist-credentials: false - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # ratchet:jdx/mise-action@v2 diff --git a/action.yml b/action.yml index 06326c2..b658716 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: conftest 0.58.0 env: GITHUB_TOKEN: ${{ github.token }} - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false - name: Run Conftest