File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 pull_request :
1818 # The branches below must be a subset of the branches above
1919 branches : [ master ]
20-
20+
2121jobs :
2222 analyze :
2323 name : Analyze
3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v4
4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - name : Setup .NET
17- uses : actions/setup-dotnet@v1
17+ uses : actions/setup-dotnet@v4
1818 with :
19- dotnet-version : 8 .0.x
19+ dotnet-version : 9 .0.x
2020 - name : Restore dependencies
2121 run : dotnet restore
2222 - name : Build
You can’t perform that action at this time.
0 commit comments