Skip to content

Commit 8094f3e

Browse files
authored
CI: add Harden-Runner
1 parent d10f5b9 commit 8094f3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
jdk: 21
2121
runs-on: ${{ matrix.os }}
2222
steps:
23+
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
24+
with:
25+
egress-policy: audit
2326
- uses: actions/checkout@v4
2427
- name: Install Webkit + GTK bindings
2528
run: sudo apt update -yq && sudo apt-get install -yq libwebkit2gtk-4.0-dev

0 commit comments

Comments
 (0)