Skip to content

Commit e7d29aa

Browse files
committed
use new workflows
1 parent 8362988 commit e7d29aa

6 files changed

Lines changed: 1257 additions & 138 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
echo "DEVCONTAINER_VERSION=$DEVCONTAINER_VERSION"
3939
} >> "$GITHUB_OUTPUT"
4040
quality_checks:
41-
uses: ./.github/workflows/quality-checks.yml
41+
uses: ./.github/workflows/quality-checks-devcontainer.yml
4242
needs: [get_config_values]
4343
with:
4444
runtime_docker_image: "${{ needs.get_config_values.outputs.devcontainer_image }}:githubactions-${{ needs.get_config_values.outputs.devcontainer_version }}"
4545
secrets:
4646
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4747
tag_release:
4848
needs: [quality_checks, get_config_values]
49-
uses: ./.github/workflows/tag-release.yml
49+
uses: ./.github/workflows/tag-release-devcontainer.yml
5050
with:
5151
dry_run: true
5252
runtime_docker_image: "${{ needs.get_config_values.outputs.devcontainer_image }}:githubactions-${{ needs.get_config_values.outputs.devcontainer_version }}"

0 commit comments

Comments
 (0)