8000
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 88c6d60 commit d28b266Copy full SHA for d28b266
.github/workflows/assertion.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Generate Assertion Document
67
id: assertiondoc
68
- uses: nginxinc/compliance-rules/.github/actions/assertion@main
+ uses: nginxinc/compliance-rules/.github/actions/assertion@0dd89af7bec5e6706142233c9e36a663e8b07bb3
69
with:
70
artifact-name: nginx-agent_${{ env.branch_name }}_${{ matrix.osarch }}
71
artifact-digest: ${{ env.agent-digest }}
@@ -84,6 +84,6 @@ jobs:
84
85
- name: Sign and Store Assertion Document
86
id: sign
87
- uses: nginxinc/compliance-rules/.github/actions/sign@main
+ uses: nginxinc/compliance-rules/.github/actions/sign@0dd89af7bec5e6706142233c9e36a663e8b07bb3
88
89
assertion-doc: ${{ steps.assertiondoc.outputs.assertion-document-path }}
0 commit comments