Skip to content

Commit 7dac02b

Browse files
chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6 (#1345)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6. - [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.27.5...v3.27.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fef0030 commit 7dac02b

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
@@ -25,9 +25,9 @@ jobs:
2525
submodules: recursive
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v3.27.5
28+
uses: github/codeql-action/init@v3.27.6
2929
with:
3030
languages: 'javascript'
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@v3.27.5
33+
uses: github/codeql-action/analyze@v3.27.6

0 commit comments

Comments
 (0)