File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build :
9
9
name : Build and test
10
- runs-on : ubuntu-22 .04
10
+ runs-on : ubuntu-24 .04
11
11
strategy :
12
12
matrix :
13
- otp : ['24 ', '25 ']
14
- elixir-version : ['1.14 ', '1.15 ']
13
+ otp : ['26 ', '27 ']
14
+ elixir-version : ['1.17 ', '1.18 ']
15
15
services :
16
16
# Label used to access the service container
17
17
postgres :
18
18
# Docker Hub image
19
- image : postgres:16 -alpine
19
+ image : postgres:17 -alpine
20
20
# Provide the password for postgres
21
21
env :
22
22
POSTGRES_PASSWORD : devsecretpassword
51
51
AWS_DEFAULT_REGION : ${{ secrets.AWS_DEFAULT_REGION}}
52
52
- uses : codecov/codecov-action@v5
53
53
build-push-docker :
54
- runs-on : ubuntu-22 .04
54
+ runs-on : ubuntu-24 .04
55
55
if : github.event_name == 'push'
56
56
needs : build
57
57
steps :
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
analyze :
11
11
name : Analyze
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
permissions :
14
14
actions : read
15
15
contents : read
21
21
uses : sobelow/action@v1
22
22
- uses : github/codeql-action/upload-sarif@v3
23
23
with :
24
- sarif_file : results.sarif
24
+ sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments