Skip to content

Commit ddfdbc2

Browse files
chore(deps): bump github/codeql-action from 2.1.32 to 2.1.33 (#734)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.32 to 2.1.33. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2.1.32...v2.1.33) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3998539 commit ddfdbc2

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

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@v2.1.32
33+
uses: github/codeql-action/analyze@v2.1.33

0 commit comments

Comments
 (0)