diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 87672a6..b22d208 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@a5ad31d6a139d249332a2605b85202e8c0b78450 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..da22ff7 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@a5ad31d6a139d249332a2605b85202e8c0b78450 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs