File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
contents : read # for actions/checkout to fetch code
55
55
packages : read
56
56
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
58
58
with :
59
59
requested_languages : go,python
Original file line number Diff line number Diff line change 30
30
scan :
31
31
name : Mend
32
32
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
34
34
secrets : inherit
35
35
with :
36
36
product_name : kubernetes-ingress-controller_${{ inputs.branch && inputs.branch || github.ref_name }}
You can’t perform that action at this time.
0 commit comments