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 c5100ec commit 40f8e8eCopy full SHA for 40f8e8e
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
+ uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
+ uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
0 commit comments