fix(deps): update ghcr.io/maevsi/vibetype docker tag to v12.39.0 #5566
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| permissions: {} | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - alpha | |
| - beta | |
| - main | |
| - renovate/** | |
| jobs: | |
| ci-optimization: | |
| name: CI optimization | |
| uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2 | |
| permissions: | |
| pull-requests: read | |
| build: | |
| needs: ci-optimization | |
| if: needs.ci-optimization.outputs.continue == 'true' | |
| name: dargstack rgen | |
| uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2 | |
| permissions: | |
| contents: read | |
| with: | |
| APT_PACKAGES: mkcert | |
| release-semantic: | |
| needs: build | |
| name: Semantic Release | |
| uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@a5dc6e8243538aa44ebc8ef9c4a2d2ace56569f8 # 3.2.2 | |
| permissions: | |
| contents: write | |
| id-token: write | |
| secrets: | |
| PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |