diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 97b7176..76fb484 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -35,7 +35,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/auto-fork.yml b/.github/workflows/auto-fork.yml index 5cd2dd6..8264cb8 100644 --- a/.github/workflows/auto-fork.yml +++ b/.github/workflows/auto-fork.yml @@ -31,7 +31,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: ref: ${{ github.event.pull_request.head.ref }} token: ${{ steps.get_token.outputs.token }} diff --git a/.github/workflows/devops-project.yml b/.github/workflows/devops-project.yml index 2989a17..e5d228b 100644 --- a/.github/workflows/devops-project.yml +++ b/.github/workflows/devops-project.yml @@ -39,7 +39,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: persist-credentials: false fetch-depth: 0