File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 10
10
IMAGE_NAME : odataexample
11
11
jobs :
12
12
build :
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Setup .NET Core
17
17
uses : actions/setup-dotnet@v4
18
18
with :
19
19
dotnet-version : " 8.0.x"
20
- dotnet-quality : ' preview'
21
20
- name : Install dependencies
22
21
run : dotnet restore
23
22
- name : Build
27
26
- name : Report Codecov
28
27
uses : codecov/codecov-action@v5
29
28
codeql :
30
- runs-on : ubuntu-22 .04
29
+ runs-on : ubuntu-24 .04
31
30
steps :
32
31
- uses : actions/checkout@v4
33
32
- name : Initialize CodeQL
38
37
uses : actions/setup-dotnet@v4
39
38
with :
40
39
dotnet-version : " 8.0.x"
41
- dotnet-quality : ' preview'
42
40
- name : Autobuild
43
41
uses : github/codeql-action/autobuild@v3
44
42
- name : Perform CodeQL Analysis
52
50
- name : Build Image
53
51
run : docker build . -t $IMAGE_NAME
54
52
build-push-docker :
55
- runs-on : ubuntu-22 .04
53
+ runs-on : ubuntu-24 .04
56
54
if : github.event_name == 'push'
57
55
needs : build
58
56
steps :
You can’t perform that action at this time.
0 commit comments