Skip to content

Commit 69695bb

Browse files
Bump github/codeql-action from 4.33.0 to 4.34.1 (#4742)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.33.0 to 4.34.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@b1bff81...3869755) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f1d8ef commit 69695bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"
2424

2525
- name: "Run CodeQL init"
26-
uses: "github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8"
26+
uses: "github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc"
2727
with:
2828
config-file: "./.github/codeql.yml"
2929
languages: "python"
3030

3131
- name: "Run CodeQL autobuild"
32-
uses: "github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8"
32+
uses: "github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc"
3333

3434
- name: "Run CodeQL analyze"
35-
uses: "github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8"
35+
uses: "github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc"

0 commit comments

Comments
 (0)