Skip to content

Commit ac95664

Browse files
committed
Updating CodeQL and Sonar workflows
1 parent 46c32d7 commit ac95664

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v1
59+
uses: github/codeql-action/autobuild@v2
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 https://git.io/JvXDl

.github/workflows/sonar.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
with:
1515
distribution: 'zulu' # See 'Supported distributions' for available options
1616
java-version: '21'
17-
- uses: actions/setup-dotnet@v1
18-
with:
19-
dotnet-version: 9
20-
- uses: actions/checkout@v2
17+
- uses: actions/setup-dotnet@v4
18+
- uses: actions/checkout@v4
2119
with:
2220
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2321
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)