Skip to content

Commit e64ff34

Browse files
build(deps): Bump github/codeql-action from 4.31.4 to 4.31.7 (#347)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.4 to 4.31.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e12f017...cf1bb45) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 571734b commit e64ff34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
34+
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412
3535
with:
3636
languages: ${{ matrix.language }}
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
39+
uses: github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
42+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412

0 commit comments

Comments
 (0)