diff --git a/.github/workflows/monorepo.yml b/.github/workflows/monorepo.yml index a317260e..f03c3cc1 100644 --- a/.github/workflows/monorepo.yml +++ b/.github/workflows/monorepo.yml @@ -26,7 +26,7 @@ jobs: && github.event.action == 'closed' && github.event.pull_request.merged == true }} steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v5 with: persist-credentials: true fetch-depth: 0 @@ -130,7 +130,7 @@ jobs: max-parallel: 1 steps: - name: Checkout repository to use composite action - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v5 with: ref: main # Only use composite action from main to prevent malicious PRs persist-credentials: false diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 6525bd68..a65ebf0c 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #v5 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v5 with: persist-credentials: false