diff --git a/.github/workflows/auth.yaml b/.github/workflows/auth.yaml index 3428239..1aa0e95 100644 --- a/.github/workflows/auth.yaml +++ b/.github/workflows/auth.yaml @@ -21,11 +21,11 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0 + uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1 with: egress-policy: audit - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./ with: identity: ce2d1984a010471142503340d670612d63ffb9f6/d05d31ba65ec54d1 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e748577..2236c64 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,10 +30,10 @@ jobs: steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0 + uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1 with: egress-policy: audit - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./ - run: chainctl version