Skip to content

Commit 1e27aeb

Browse files
authored
Update mend and codeql versions to commit at v0.2 (#7851)
1 parent e52b1a6 commit 1e27aeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
contents: read # for actions/checkout to fetch code
5555
packages: read
5656
security-events: write # for github/codeql-action/autobuild to send a status report
57-
uses: nginxinc/compliance-rules/.github/workflows/codeql.yml@c903bfe6c668eaba362cde6a7882278bc1564401 # v0.1
57+
uses: nginxinc/compliance-rules/.github/workflows/codeql.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2
5858
with:
5959
requested_languages: go,python

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
scan:
3131
name: Mend
3232
if: ${{ github.event.repository.fork == false }}
33-
uses: nginxinc/compliance-rules/.github/workflows/mend.yml@c903bfe6c668eaba362cde6a7882278bc1564401 # v0.1
33+
uses: nginxinc/compliance-rules/.github/workflows/mend.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2
3434
secrets: inherit
3535
with:
3636
product_name: kubernetes-ingress-controller_${{ inputs.branch && inputs.branch || github.ref_name }}

0 commit comments

Comments
 (0)