Skip to content

Commit 123fc63

Browse files
Bump github/codeql-action from 3.30.3 to 4.31.2 (#1296)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.3 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@192325c...0499de3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bfa750 commit 123fc63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
persist-credentials: false
5656

5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
58+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3
5959
with:
6060
languages: go
6161

6262
- name: Autobuild
63-
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3
63+
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v3
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
66+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3
6767

6868
lint:
6969
name: Code standards (linting)

0 commit comments

Comments
 (0)