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 8594de9 commit 5476205Copy full SHA for 5476205
.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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+ uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+ uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
0 commit comments