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 f4afa62 commit ceaefccCopy full SHA for ceaefcc
.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@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
+ uses: github/codeql-action/init@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
90
with:
91
languages: 'javascript'
92
config-file: ./.github/codeql/codeql-config.yaml
93
- name: Perform CodeQL Analysis
94
- uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
+ uses: github/codeql-action/analyze@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
0 commit comments