Skip to content

ci(gha): Update github/codeql-action action to v3.32.2 (#171) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> #437

ci(gha): Update github/codeql-action action to v3.32.2 (#171) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

ci(gha): Update github/codeql-action action to v3.32.2 (#171) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> #437

Workflow file for this run

name: PR Check
run-name: ${{ github.event_name == 'merge_group' && github.event.merge_group.head_commit.message || ''}}
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
branches: [main]
merge_group:
types: [checks_requested]
# Disable permissions for all available scopes
permissions: {}
jobs:
validate-pr-title:
if: ${{ github.event_name == 'pull_request_target' }}
name: Validate PR title
permissions:
contents: read
pull-requests: write
uses: 3ware/workflows/.github/workflows/pr-title.yaml@3d024cbaf2eace91ae229d4cbba5cbd806fdeb91 # v4.21.4
dependency-review:
if: ${{ github.event_name == 'pull_request_target' }}
name: Dependency Review
permissions:
contents: read
pull-requests: write
uses: 3ware/workflows/.github/workflows/dependency-review.yaml@3d024cbaf2eace91ae229d4cbba5cbd806fdeb91 # v4.21.4
enforce-all-checks:
name: Checks
permissions:
checks: read
uses: 3ware/workflows/.github/workflows/wait-for-checks.yaml@3d024cbaf2eace91ae229d4cbba5cbd806fdeb91 # v4.21.4
secrets: inherit