diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index d8d60fa..f074e88 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -77,7 +77,7 @@ jobs: - name: Harden the GitHub runner # Make use of the Step Security Harden Runner workflow to monitor the build process. - uses: step-security/harden-runner@v2.15.1 + uses: step-security/harden-runner@v2.16.0 with: egress-policy: audit diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b5e90e8..926aeb3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -30,7 +30,7 @@ jobs: # Make use of the Step Security Harden Runner workflow to monitor the build process. #---------------------------------------------- - name: Harden the GitHub runner - uses: step-security/harden-runner@v2.15.1 + uses: step-security/harden-runner@v2.16.0 with: egress-policy: audit #----------------------------------------------