chore(deps): update postgres:18.1-alpine docker digest to b40d931 #3133
Workflow file for this run
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 | |
| - master | |
| - renovate/** | |
| jobs: | |
| ci-optimization: | |
| name: CI optimization | |
| uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@58f043af51c0cc16b2647db9c56f9c047f862048 # 4.0.0 | |
| 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@58f043af51c0cc16b2647db9c56f9c047f862048 # 4.0.0 | |
| permissions: | |
| contents: read | |
| release-semantic: | |
| needs: build | |
| name: Semantic Release | |
| uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@58f043af51c0cc16b2647db9c56f9c047f862048 # 4.0.0 | |
| permissions: | |
| contents: write | |
| id-token: write | |
| secrets: | |
| PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} |