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.
2 parents 93215e9 + c4cde09 commit 767b90dCopy full SHA for 767b90d
.github/workflows/codeql.yaml
@@ -18,13 +18,13 @@ jobs:
18
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
20
- name: Initialize CodeQL
21
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
22
with:
23
languages: "actions"
24
queries: security-extended
25
config-file: .github/codeql/codeql-config.yml
26
27
- name: Perform CodeQL Analysis
28
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
29
30
category: "/language:actions"
0 commit comments