diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 87672a6..490a2cc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Harden Runner - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 + uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index c2c3d8e..a085c36 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 + uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs