Skip to content

Commit ae32f26

Browse files
committed
Debug rate limit
1 parent b3a3b2c commit ae32f26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Harden Runner
24+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
25+
with:
26+
egress-policy: audit
27+
2328
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2429

2530
- name: Set up JDK for running Gradle

0 commit comments

Comments
 (0)