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 8c2a39b commit 293a72eCopy full SHA for 293a72e
.github/workflows/continuous-integration.yaml
@@ -86,9 +86,9 @@ jobs:
86
steps:
87
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
88
- name: Initialize CodeQL
89
- uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
+ uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
90
with:
91
languages: 'javascript'
92
config-file: ./.github/codeql/codeql-config.yaml
93
- name: Perform CodeQL Analysis
94
- uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
+ uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
0 commit comments