Skip to content

Commit 7c9a9e1

Browse files
authored
Merge branch 'master' into dependabot-nuget-Scalar.AspNetCore-2.9.0
2 parents 60b9716 + 4addcd4 commit 7c9a9e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
- name: Git checkout
3232
uses: actions/checkout@v5
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v3
34+
uses: github/codeql-action/init@v4
3535
with:
3636
languages: ${{ matrix.language }}
3737
- name: Restore .NET tools
3838
run: |
3939
dotnet tool restore
4040
- name: Autobuild
41-
uses: github/codeql-action/autobuild@v3
41+
uses: github/codeql-action/autobuild@v4
4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@v3
43+
uses: github/codeql-action/analyze@v4
4444
with:
4545
category: "/language:${{matrix.language}}"

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
env:
4848
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
4949
- name: Upload SARIF report
50-
uses: github/codeql-action/upload-sarif@v3
50+
uses: github/codeql-action/upload-sarif@v4
5151
with:
5252
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 commit comments

Comments
 (0)