We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10f5b9 commit 8094f3eCopy full SHA for 8094f3e
.github/workflows/build-and-test.yml
@@ -20,6 +20,9 @@ jobs:
20
jdk: 21
21
runs-on: ${{ matrix.os }}
22
steps:
23
+ - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
24
+ with:
25
+ egress-policy: audit
26
- uses: actions/checkout@v4
27
- name: Install Webkit + GTK bindings
28
run: sudo apt update -yq && sudo apt-get install -yq libwebkit2gtk-4.0-dev
0 commit comments