Skip to content

Commit 7bb5106

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 b843a81 commit 7bb5106

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
dotnet-version: 9.x
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@v4
51+
uses: github/codeql-action/init@v4.35.4
5252
with:
5353
languages: ${{ matrix.language }}
5454
build-mode: ${{ matrix.build-mode }}
@@ -73,6 +73,6 @@ jobs:
7373
dotnet build
7474
7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@v4
76+
uses: github/codeql-action/analyze@v4.35.4
7777
with:
7878
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)