diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index 4e59157..227d970 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -9,5 +9,10 @@ jobs: style: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: dprint/check@v2.2 \ No newline at end of file + - name: Harden the runner (Audit all outbound calls) + uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1 + with: + egress-policy: audit + + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: dprint/check@2f1cf31537886c3bfb05591c031f7744e48ba8a1 # v2.2 \ No newline at end of file