diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 4fb1d92..0a5b891 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.14.1 + uses: step-security/harden-runner@v2.14.2 with: egress-policy: audit diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0715522..df22077 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.14.1 + uses: step-security/harden-runner@v2.14.2 with: egress-policy: audit #----------------------------------------------