Replaced the old container with ubuntu-22.04 image

This commit is contained in:
2025-01-09 20:13:17 +01:00
parent 646229d919
commit 01ccc5dff2
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-22.04
steps:
- uses: actions/checkout@v4
with: