Skip to content

Commit 81f6e5a

Browse files
chore(deps): bump github/codeql-action from 3.29.0 to 3.29.1 (#1537)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.0 to 3.29.1. - [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.29.0...v3.29.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.1 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 b2b09d6 commit 81f6e5a

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.29.0
28+
uses: github/codeql-action/init@v3.29.1
2929
with:
3030
languages: 'javascript'
3131

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

0 commit comments

Comments
 (0)