Skip to content

Commit 7f571b9

Browse files
Bump github/codeql-action
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 528ca598d956c91826bd742262cdfc5d02b77710 to 192325c86100d080feab897ff886c34abd4c83a3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@528ca59...192325c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 192325c86100d080feab897ff886c34abd4c83a3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1aca43 commit 7f571b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@528ca598d956c91826bd742262cdfc5d02b77710 # v3
39+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
4040
with:
4141
languages: javascript
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@528ca598d956c91826bd742262cdfc5d02b77710 # v3
44+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3

0 commit comments

Comments
 (0)