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 f0d02e7 commit 0b3ef9bCopy full SHA for 0b3ef9b
.github/workflows/compliance.yaml
@@ -119,12 +119,12 @@ jobs:
119
run: npm audit --audit-level=moderate
120
121
- name: Initialize CodeQL
122
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
123
with:
124
languages: javascript
125
126
- name: Perform CodeQL Analysis
127
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
128
129
# Use this for any files that we want to be certain exist
130
# Basically creates a forcing function to discuss were anyone to want to remove them
0 commit comments