diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 5b3a7ab..1e42a1f 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -74,7 +74,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.14.0 + uses: step-security/harden-runner@v2.14.1 with: egress-policy: audit diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 795152b..09036d5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -28,7 +28,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.14.0 + uses: step-security/harden-runner@v2.14.1 with: egress-policy: audit #----------------------------------------------