From 50751a715375bc8b67534c483a4e9f6cbe89187a Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sat, 26 Nov 2022 17:25:53 +0000 Subject: Workflows: Change egress-policy to block --- .github/workflows/profile-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml index 17e756685..f6a9336b8 100644 --- a/.github/workflows/profile-checks.yml +++ b/.github/workflows/profile-checks.yml @@ -26,7 +26,7 @@ jobs: - name: Harden Runner uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 with: - egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs + egress-policy: block - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: sort.py -- cgit v1.2.3-54-g00ecf