We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b7091 commit 3ccf4f2Copy full SHA for 3ccf4f2
.github/workflows/codeql-analysis.yml
@@ -18,8 +18,8 @@ jobs:
18
- name: Checkout Repository
19
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
20
- name: Initialize CodeQL
21
- uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
+ uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2
22
- name: Auto Build
23
- uses: github/codeql-action/autobuild@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
+ uses: github/codeql-action/autobuild@489225d82a57396c6f426a40e66d461b16b3461d # v2
24
- name: Perform CodeQL Analysis
25
- uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
+ uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2
0 commit comments