Skip to content

Commit c70d4bf

Browse files
Bump github/codeql-action from 3.29.0 to 3.29.2 (#1236)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.0 to 3.29.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@ce28f5b...181d5ee) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.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 e0c5721 commit c70d4bf

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

6262
- name: Autobuild
63-
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
63+
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
66+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
6767

6868
lint:
6969
name: Code standards (linting)

0 commit comments

Comments
 (0)