File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1010 IMAGE_NAME : odataexample
1111jobs :
1212 build :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Setup .NET Core
1717 uses : actions/setup-dotnet@v4
1818 with :
1919 dotnet-version : " 8.0.x"
20- dotnet-quality : ' preview'
2120 - name : Install dependencies
2221 run : dotnet restore
2322 - name : Build
2726 - name : Report Codecov
2827 uses : codecov/codecov-action@v5
2928 codeql :
30- runs-on : ubuntu-22 .04
29+ runs-on : ubuntu-24 .04
3130 steps :
3231 - uses : actions/checkout@v4
3332 - name : Initialize CodeQL
3837 uses : actions/setup-dotnet@v4
3938 with :
4039 dotnet-version : " 8.0.x"
41- dotnet-quality : ' preview'
4240 - name : Autobuild
4341 uses : github/codeql-action/autobuild@v3
4442 - name : Perform CodeQL Analysis
5250 - name : Build Image
5351 run : docker build . -t $IMAGE_NAME
5452 build-push-docker :
55- runs-on : ubuntu-22 .04
53+ runs-on : ubuntu-24 .04
5654 if : github.event_name == 'push'
5755 needs : build
5856 steps :
You can’t perform that action at this time.
0 commit comments