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 9dc773c commit bb81ec3Copy full SHA for bb81ec3
.github/workflows/build.yml
@@ -18,6 +18,8 @@ jobs:
18
name: Run diagnostics
19
runs-on: ubuntu-latest
20
steps:
21
+ # Note that a duplicate of this step must be added at the top of
22
+ # each job.
23
- id: harden-runner
24
name: Harden the runner
25
uses: step-security/harden-runner@v2
0 commit comments