Skip to content

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.300.0 #801

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.300.0

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.300.0 #801

Workflow file for this run

name: Danger
on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
# Concurrency configuration:
# - We use workflow-specific concurrency groups to prevent multiple Danger runs on the same PR,
# as Danger performs PR validation and comment generation that should be based on the latest code.
# - We always cancel in-progress runs since this workflow only runs on pull requests, and only
# the latest commit's validation results matter for providing accurate PR feedback and reviews.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
danger:
name: Danger
runs-on: ubuntu-24.04
steps:
- uses: getsentry/github-workflows/danger@26f565c05d0dd49f703d238706b775883037d76b # v3.3.0