File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ jobs:
374374
375375 - name : Generate Assertion Document
376376 id : assertiondoc
377- uses : nginxinc/compliance-rules/.github/actions/assertion@b0bda4baf00b030fd4e365821878b4857078e494
377+ uses : nginxinc/compliance-rules/.github/actions/assertion@0aab935582c35a00e2c671d8fe25b7fdd72a927b # v0.3.1
378378 with :
379379 artifact-name : ${{ github.event.repository.name }}_${{ github.sha }}_${{ github.run_number }}_${{ matrix.gateway.os }}_${{ matrix.gateway.arch }}
380380 artifact-digest : ${{ matrix.gateway.digest }}
@@ -393,7 +393,7 @@ jobs:
393393
394394 - name : Sign and Store Assertion Document
395395 id : sign
396- uses : nginxinc/compliance-rules/.github/actions/sign@b0bda4baf00b030fd4e365821878b4857078e494
396+ uses : nginxinc/compliance-rules/.github/actions/sign@0aab935582c35a00e2c671d8fe25b7fdd72a927b # v0.3.1
397397 with :
398398 assertion-doc : ${{ steps.assertiondoc.outputs.assertion-document-path }}
399399
Original file line number Diff line number Diff line change 2626 actions : read # for github/codeql-action/init to get workflow details
2727 contents : read # for actions/checkout to fetch code
2828 security-events : write # for github/codeql-action/autobuild to send a status report
29- uses : nginxinc/compliance-rules/.github/workflows/codeql.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2
29+ uses : nginxinc/compliance-rules/.github/workflows/codeql.yml@0aab935582c35a00e2c671d8fe25b7fdd72a927b # v0.3.1
3030 with :
3131 requested_languages : go,javascript-typescript,actions
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
3232jobs :
3333 mend :
3434 if : ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false) || (github.event_name == 'push' && github.event.repository.fork == false) }}
35- uses : nginxinc/compliance-rules/.github/workflows/mend.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2
35+ uses : nginxinc/compliance-rules/.github/workflows/mend.yml@0aab935582c35a00e2c671d8fe25b7fdd72a927b # v0.3.1
3636 secrets : inherit
3737 with :
3838 product_name : nginx-gateway-fabric_${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments