mirror of
https://github.com/tommytran732/Synapse-Docker.git
synced 2024-10-01 08:25:44 -04:00
Use Ubuntu 24.04 runners
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
7000a05a61
commit
015cd9066a
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -19,7 +19,7 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
name: Build & push new image
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "ubuntu-24.04"
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
@ -79,7 +79,7 @@ jobs:
|
||||
needs: build
|
||||
permissions:
|
||||
security-events: write
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "ubuntu-24.04"
|
||||
steps:
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@master
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
needs: build
|
||||
permissions:
|
||||
security-events: write
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "uubuntu-24.04"
|
||||
steps:
|
||||
- name: Run Grype vulnerability scanner
|
||||
uses: anchore/scan-action@v4
|
||||
|
Loading…
Reference in New Issue
Block a user