Skip to content

Commit 21ed2ad

Browse files
authored
Merge pull request #8135 from continuedev/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
2 parents 376ca3a + 0b3ef9b commit 21ed2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compliance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ jobs:
119119
run: npm audit --audit-level=moderate
120120

121121
- name: Initialize CodeQL
122-
uses: github/codeql-action/init@v3
122+
uses: github/codeql-action/init@v4
123123
with:
124124
languages: javascript
125125

126126
- name: Perform CodeQL Analysis
127-
uses: github/codeql-action/analyze@v3
127+
uses: github/codeql-action/analyze@v4
128128

129129
# Use this for any files that we want to be certain exist
130130
# Basically creates a forcing function to discuss were anyone to want to remove them

0 commit comments

Comments
 (0)