Skip to content

Commit 5fcd8af

Browse files
chore(deps): bump github/codeql-action
Bumps [github/codeql-action](https://github.com/github/codeql-action) from d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 to 5f8171a638ada777af81d42b55959a643bb29017. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d7eaefb...5f8171a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb3db63 commit 5fcd8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
run: npm audit --audit-level=high
3333

3434
- name: CodeQL Initialize
35-
uses: github/codeql-action/init@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3
35+
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3
3636
with:
3737
languages: javascript
3838

3939
- name: CodeQL Analysis
40-
uses: github/codeql-action/analyze@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3
40+
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3
4141

4242
dependency-review:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)