Skip to content

Commit 0b3ef9b

Browse files
chore(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0d02e7 commit 0b3ef9b

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)