diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 2e2e47d..ab8b7bb 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 + uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f with: egress-policy: audit diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b66b7f3..d1c81fe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 + uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f with: egress-policy: audit diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 23895ec..b1c415c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 + uses: step-security/harden-runner@18f6947f131da60743dc12d2a22ff28c2b4ea87f with: egress-policy: audit