Skip to content

Commit f4c1bbf

Browse files
Bump github/codeql-action from 4.34.1 to 4.35.1 (#1458)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.35.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3869755...c10b806) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9136c17 commit f4c1bbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
- name: Check out repository
5555
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5656
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
57+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
5858
with:
5959
languages: ${{ matrix.language }}
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
62+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
6363
with:
6464
category: /language:${{ matrix.language }}
6565

0 commit comments

Comments
 (0)