diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 64d6a6b..cd1801c 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@74b568e8591fbb3115c70f3436a0c6b0909a8504 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 1b5b86a..811071a 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@74b568e8591fbb3115c70f3436a0c6b0909a8504 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs