Skip to content

Commit 58c6873

Browse files
dependabot[bot]jas88
authored andcommitted
Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 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@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54842b8 commit 58c6873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-dotnet@v4
1515
- name: Initialize CodeQL
16-
uses: github/codeql-action/init@v3
16+
uses: github/codeql-action/init@v4
1717
with:
1818
languages: csharp
1919
queries: +security-and-quality
@@ -22,7 +22,7 @@ jobs:
2222
dotnet test --nologo --results-directory testresults --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=lcov
2323
mv testresults/*/coverage.info lcov.info
2424
- name: Perform CodeQL Analysis
25-
uses: github/codeql-action/analyze@v3
25+
uses: github/codeql-action/analyze@v4
2626
with:
2727
category: "/language:csharp"
2828
upload: false
@@ -38,7 +38,7 @@ jobs:
3838
output: sarif-results/csharp.sarif
3939

4040
- name: Upload SARIF
41-
uses: github/codeql-action/upload-sarif@v3
41+
uses: github/codeql-action/upload-sarif@v4
4242
with:
4343
sarif_file: sarif-results/csharp.sarif
4444
- name: Coveralls

0 commit comments

Comments
 (0)