diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b906fac2..8b4f5474 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,6 +13,11 @@ jobs: format_code: runs-on: ubuntu-latest steps: + - name: Harden Runner + uses: step-security/harden-runner@v2 + with: + egress-policy: audit + - uses: actions/checkout@v4 - name: Install clang-format