diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index d2bfd52..5ae0455 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -6,12 +6,12 @@ on: push: pull_request: branches: - - main - + - main + concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true - + jobs: lint: name: MegaLinter @@ -22,10 +22,10 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - + - name: MegaLinter id: ml uses: oxsecurity/megalinter@v7 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index 11648d3..7cb5094 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -52,9 +52,6 @@ jobs: uses: RedHatProductSecurity/trestle-bot/actions/rules-transform@main with: markdown_path: "markdown/components" - commit_message: "Auto-transform rules [skip ci]" + commit_message: "Auto-transform rules [skip ci]" commit_user_name: "trestle-bot[bot]" commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com" - - - diff --git a/.github/workflows/update-external-components.yml b/.github/workflows/update-external-components.yml index 01163f6..9ceca76 100644 --- a/.github/workflows/update-external-components.yml +++ b/.github/workflows/update-external-components.yml @@ -71,4 +71,4 @@ jobs: Auto-generated by GitHub Actions. add-paths: | - component-definitions/ \ No newline at end of file + component-definitions/ diff --git a/.github/workflows/update-profiles.yml b/.github/workflows/update-profiles.yml index 50b02fd..643483e 100644 --- a/.github/workflows/update-profiles.yml +++ b/.github/workflows/update-profiles.yml @@ -50,4 +50,3 @@ jobs: commit_message: "Generate markdown changes [skip ci]" commit_user_name: "trestle-bot[bot]" commit_user_email: "136850459+trestle-bot[bot]@users.noreply.github.com" -