Release 2024.07.05.1 #290

Merged
luketainton merged 66 commits from next into main 2024-07-05 23:36:36 +02:00
Showing only changes of commit 25ebe4cae7 - Show all commits

View File

@ -11,14 +11,8 @@ on:
- ".github/dependabot.yml" - ".github/dependabot.yml"
jobs: jobs:
pythonci: ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main uses: luketainton/gha-workflows/.github/workflows/ci-python-with-docker.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
dockerci:
uses: luketainton/gha-workflows/.github/workflows/ci-docker.yml@main
secrets: secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}