diff --git a/.github/workflows/assertion.yml b/.github/workflows/assertion.yml index f34f808fe..4fce8a133 100644 --- a/.github/workflows/assertion.yml +++ b/.github/workflows/assertion.yml @@ -59,7 +59,7 @@ jobs: - name: Generate Assertion Document id: assertiondoc - uses: nginxinc/compliance-rules/.github/actions/assertion@f7c1b54b34eade478560c7fd5300b7e6b6bf1b07 # v0.3.2 + uses: nginx/compliance-rules/.github/actions/assertion@0aab935582c35a00e2c671d8fe25b7fdd72a927b # v0.3.1 with: artifact-name: nginx-agent_${{ inputs.packageVersion }}_${{ matrix.osarch }} artifact-digest: ${{ env.agent-digest }} @@ -79,6 +79,6 @@ jobs: - name: Sign and Store Assertion Document id: sign if: ${{ inputs.signAssertion == true }} - uses: nginxinc/compliance-rules/.github/actions/sign@f7c1b54b34eade478560c7fd5300b7e6b6bf1b07 # v0.3.2 + uses: nginx/compliance-rules/.github/actions/sign@0aab935582c35a00e2c671d8fe25b7fdd72a927b # v0.3.1 with: assertion-doc: ${{ steps.assertiondoc.outputs.assertion-document-path }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5da6e3f16..0b953f737 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -58,6 +58,6 @@ jobs: packages: read security-events: write # for github/codeql-action/autobuild to send a status report name: Analyze - uses: nginxinc/compliance-rules/.github/workflows/codeql.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2 + uses: nginx/compliance-rules/.github/workflows/codeql.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2 with: requested_languages: go diff --git a/.github/workflows/mend.yml b/.github/workflows/mend.yml index 29caca0ba..2e7ea0891 100644 --- a/.github/workflows/mend.yml +++ b/.github/workflows/mend.yml @@ -30,7 +30,7 @@ jobs: (github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/')) || (github.event_name == 'push' && !github.event.repository.fork) }} - uses: nginxinc/compliance-rules/.github/workflows/mend.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2 + uses: nginx/compliance-rules/.github/workflows/mend.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2 secrets: inherit with: product_name: nginx-agent-v3_${{ github.ref_name }}