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 4eaff73 commit 9361eb2Copy full SHA for 9361eb2
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,11 @@ jobs:
17
CLI_VERSION: ${{ steps.extract_cli_version.outputs.CLI_VERSION }}
18
19
steps:
20
+ - name: Install Harden Runner
21
+ uses: checkmarx/harden-runner-action@9af89fc71515a100421586dfdb3dc9c984fbf411 #v2.19.4
22
+ with:
23
+ use-policy-store: true
24
+ api-key: ${{ secrets.STEP_SECURITY_API_KEY }}
25
- name: Checkout
26
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
27
# with:
0 commit comments