File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
actions : read # for github/codeql-action/init to get workflow details
27
27
contents : read # for actions/checkout to fetch code
28
28
security-events : write # for github/codeql-action/autobuild to send a status report
29
- uses : nginxinc/compliance-rules/.github/workflows/codeql.yml@v0.1
29
+ uses : nginxinc/compliance-rules/.github/workflows/codeql.yml@c903bfe6c668eaba362cde6a7882278bc1564401 # v0.1
30
30
with :
31
31
requested_languages : go,javascript-typescript
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
32
32
jobs :
33
33
mend :
34
34
if : ${{ github.event.repository.fork == false }}
35
- uses : nginxinc/compliance-rules/.github/workflows/mend.yml@v0.1
35
+ uses : nginxinc/compliance-rules/.github/workflows/mend.yml@c903bfe6c668eaba362cde6a7882278bc1564401 # v0.1
36
36
secrets : inherit
37
37
with :
38
38
product_name : nginx-gateway-fabric_${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments