Skip to content

Commit fbfa858

Browse files
Bump github/codeql-action from 4.32.1 to 4.33.0 (#4735)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.1 to 4.33.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6bc82e0...b1bff81) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.33.0 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 4b02b3c commit fbfa858

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@6bc82e05fd0ea64601dd4b465378bbcf57de0314"
26+
uses: "github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8"
2727
with:
2828
config-file: "./.github/codeql.yml"
2929
languages: "python"
3030

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

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

0 commit comments

Comments
 (0)