We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a3b2c commit ae32f26Copy full SHA for ae32f26
.github/workflows/build.yml
@@ -20,6 +20,11 @@ jobs:
20
build:
21
runs-on: ubuntu-latest
22
steps:
23
+ - name: Harden Runner
24
+ uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
25
+ with:
26
+ egress-policy: audit
27
+
28
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
30
- name: Set up JDK for running Gradle
0 commit comments