Replaced ubuntu-latest with ubuntu-24.04
Some checks failed
Analysis / SonarCloud (push) Has been cancelled

This commit is contained in:
2025-01-09 22:18:57 +01:00
parent fec40b1c44
commit a1d0b98858
3 changed files with 8 additions and 34 deletions

View File

@@ -6,13 +6,12 @@ on:
- main
- dev
pull_request:
types: [opened, synchronize, reopened]
types: [ opened, synchronize, reopened ]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with: