Skip to content

Commit af5f605

Browse files
build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#5949)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.0 to 4.31.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4e94bd1...0499de3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 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 028ba0f commit af5f605

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
@@ -51,7 +51,7 @@ jobs:
5151
go-version-file: ./go.mod
5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
54+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3
5555
with:
5656
languages: ${{ matrix.language }}
5757
build-mode: manual
@@ -69,6 +69,6 @@ jobs:
6969
# echo "Run, Build Application using script"
7070
# ./location_of_script_within_repo/buildscript.sh
7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3
72+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3
7373
with:
7474
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)