Skip to content

Commit 9f38a9b

Browse files
authored
Update elixir.yml (#353)
* Update elixir.yml * Update security-cron.yml
1 parent 93e9101 commit 9f38a9b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/elixir.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77
jobs:
88
build:
99
name: Build and test
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
13-
otp: ['24', '25']
14-
elixir-version: ['1.14', '1.15']
13+
otp: ['26', '27']
14+
elixir-version: ['1.17', '1.18']
1515
services:
1616
# Label used to access the service container
1717
postgres:
1818
# Docker Hub image
19-
image: postgres:16-alpine
19+
image: postgres:17-alpine
2020
# Provide the password for postgres
2121
env:
2222
POSTGRES_PASSWORD: devsecretpassword
@@ -51,7 +51,7 @@ jobs:
5151
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION}}
5252
- uses: codecov/codecov-action@v5
5353
build-push-docker:
54-
runs-on: ubuntu-22.04
54+
runs-on: ubuntu-24.04
5555
if: github.event_name == 'push'
5656
needs: build
5757
steps:

.github/workflows/security-cron.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
analyze:
1111
name: Analyze
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
actions: read
1515
contents: read
@@ -21,4 +21,4 @@ jobs:
2121
uses: sobelow/action@v1
2222
- uses: github/codeql-action/upload-sarif@v3
2323
with:
24-
sarif_file: results.sarif
24+
sarif_file: results.sarif

0 commit comments

Comments
 (0)