Skip to content

Commit 4be1a76

Browse files
Bump github/codeql-action from 3.29.8 to 3.29.9 (#1259)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.8 to 3.29.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@76621b6...df55935) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae9437a commit 4be1a76

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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
58+
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3
5959
with:
6060
languages: go
6161

6262
- name: Autobuild
63-
uses: github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
63+
uses: github/codeql-action/autobuild@df559355d593797519d70b90fc8edd5db049e7a2 # v3
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
66+
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3
6767

6868
lint:
6969
name: Code standards (linting)

0 commit comments

Comments
 (0)