Skip to content

Commit 02922da

Browse files
build(deps): bump github/codeql-action from 4.37.7 to 4.37.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.7 to 4.37.8. - [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.37.7...v4.37.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6857eba commit 02922da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
with:
4646
dotnet-version: ${{ matrix.dotnet-version }}
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@v4.37.7
48+
uses: github/codeql-action/init@v4.37.8
4949
with:
5050
languages: csharp
5151
- name: Autobuild
52-
uses: github/codeql-action/autobuild@v4.37.7
52+
uses: github/codeql-action/autobuild@v4.37.8
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v4.37.7
54+
uses: github/codeql-action/analyze@v4.37.8
5555
with:
5656
category: "/language:csharp"

0 commit comments

Comments
 (0)