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 fe547ce commit b40d5d1Copy full SHA for b40d5d1
.github/workflows/continuous-integration.yaml
@@ -86,9 +86,9 @@ jobs:
86
steps:
87
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
88
- name: Initialize CodeQL
89
- uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+ uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
90
with:
91
languages: 'javascript'
92
config-file: ./.github/codeql/codeql-config.yaml
93
- name: Perform CodeQL Analysis
94
- uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
+ uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
0 commit comments