File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ updates:
1111 reviewers :
1212 - " dnperfors"
1313- package-ecosystem : " github-actions"
14- directory : " .github /"
14+ directory : " /"
1515 schedule :
1616 interval : " daily"
1717 reviewers :
Original file line number Diff line number Diff line change @@ -19,24 +19,22 @@ jobs:
1919
2020 steps :
2121 - name : Checkout Repository
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v4
2323 - name : Fetch all history for all tags and branches
2424 run : git fetch --prune --unshallow
2525 - name : Setup .NET versions
26- uses : actions/setup-dotnet@v1
26+ uses : actions/setup-dotnet@v4
2727 with :
2828 dotnet-version : |
29- 6.0.x
3029 8.0.x
3130 9.0.x
32- include-prerelease : true
3331 - name : Initialize CodeQL
34- uses : github/codeql-action/init@v2
32+ uses : github/codeql-action/init@v3
3533 with :
3634 queries : security-and-quality
3735 languages : csharp
3836 config-file : ./.github/codeql-config.yml
3937 - name : Build source code
4038 run : dotnet build --configuration Release --framework net8.0
4139 - name : Perform CodeQL Analysis
42- uses : github/codeql-action/analyze@v2
40+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments