Skip to content

Chore: [AEA-6527] - fix actionlint error by replacing alias step entr… #108

Chore: [AEA-6527] - fix actionlint error by replacing alias step entr…

Chore: [AEA-6527] - fix actionlint error by replacing alias step entr… #108

Workflow file for this run

name: merge to main workflow
on:
push:
branches: [main]
env:
BRANCH_NAME: ${{ github.event.ref.BRANCH_NAME }}
permissions: {}
jobs:
get_config_values:
uses: ./.github/workflows/get-repo-config.yml
permissions:
attestations: read
contents: read
packages: read
quality_checks:
needs: [get_config_values]
uses: ./.github/workflows/quality-checks-devcontainer.yml
permissions:
contents: read
id-token: write
packages: read
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: ./.github/workflows/tag-release-devcontainer.yml
permissions:
id-token: write
contents: write
packages: write
with:
dry_run: false
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
branch_name: main
tag_format: ${{ needs.get_config_values.outputs.tag_format }}