Skip to content

Commit c3531db

Browse files
build(deps): bump github/codeql-action from 4 to 4.35.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.35.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.35.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5766373 commit c3531db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@v4
48+
uses: github/codeql-action/init@v4.35.4
4949
with:
5050
languages: ${{ matrix.language }}
5151
build-mode: ${{ matrix.build-mode }}
@@ -56,6 +56,6 @@ jobs:
5656
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@v4
59+
uses: github/codeql-action/analyze@v4.35.4
6060
with:
6161
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)