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 62b17a0 commit 210637eCopy full SHA for 210637e
1 file changed
.github/workflows/continuous-integration.yaml
@@ -103,10 +103,10 @@ jobs:
103
- name: Checkout repository
104
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105
- name: Initialize CodeQL
106
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
107
with:
108
languages: 'javascript'
109
config-file: ./.github/codeql/codeql-config.yaml
110
111
- name: Perform CodeQL Analysis
112
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
+ uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
0 commit comments