Skip to content

Commit 5596122

Browse files
Bump github/codeql-action from 1.0.26 to 1.0.30 (#24561)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.26 to 1.0.30. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5f53256...8b37404) --- 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> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 4458fe1 commit 5596122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
34-
- uses: github/codeql-action/init@5f532563584d71fdef14ee64d17bafb34f751ce5
34+
- uses: github/codeql-action/init@8b37404d562d866ad6a65d0ecb4fa5131e047ca4
3535
with:
3636
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp} (not YET ruby, sorry!)
37-
- uses: github/codeql-action/analyze@5f532563584d71fdef14ee64d17bafb34f751ce5
37+
- uses: github/codeql-action/analyze@8b37404d562d866ad6a65d0ecb4fa5131e047ca4
3838
continue-on-error: true

0 commit comments

Comments
 (0)