diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 41be8d5..2696500 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,11 +22,11 @@ jobs: issues: write steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1 with: egress-policy: audit - name: Checkout Private Repo for Allowlist - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: OpenZeppelin/cla-sigs token: ${{ secrets.CLA_SIGS_ACCESS_PAT }}