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.
2 parents 6e4ddb1 + d86c422 commit fd10292Copy full SHA for fd10292
.github/workflows/codeql-analysis.yml
@@ -36,9 +36,9 @@ jobs:
36
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
37
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3
+ uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
40
with:
41
languages: javascript
42
43
- name: Perform CodeQL Analysis
44
- uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3
+ uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
0 commit comments