diff --git a/.github/workflows/multi-build-admin.yaml b/.github/workflows/multi-build-admin.yaml index 57f5461..fd50d10 100644 --- a/.github/workflows/multi-build-admin.yaml +++ b/.github/workflows/multi-build-admin.yaml @@ -53,7 +53,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - 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 diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index ac7b084..ce0ccaf 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 e01348e..5a8fdbe 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,7 +26,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 #----------------------------------------------