Skip to content

Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/… #667

Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/…

Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/… #667

Workflow file for this run

name: CI Quality Checks
on:
push:
branches: [main]
jobs:
get_config_values:
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@383f3f9eaf3cb553ebcd74897bfed4d5e387629e
with:
verify_published_from_main_image: true
quality_checks:
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@383f3f9eaf3cb553ebcd74897bfed4d5e387629e
needs: [get_config_values]
with:
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
tag_release:
needs: [quality_checks, get_config_values]
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@383f3f9eaf3cb553ebcd74897bfed4d5e387629e
with:
dry_run: true
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
branch_name: main
publish_packages: .
tag_format: ${{ needs.get_config_values.outputs.tag_format }}
secrets: inherit