Skip to content

chore(deps): bump @backstage/backend-common from 0.21.3 to 0.21.4 in /dashboard in the npm_and_yarn group across 1 directory #2456

chore(deps): bump @backstage/backend-common from 0.21.3 to 0.21.4 in /dashboard in the npm_and_yarn group across 1 directory

chore(deps): bump @backstage/backend-common from 0.21.3 to 0.21.4 in /dashboard in the npm_and_yarn group across 1 directory #2456

# triggered on all repositories via rulesets
name: CLA Check Ruleset
on:
# because the cla workflow will run on worflows generated from forks, they do not have access to secrets
# pull_request_target only runs the workflow on the master branch but allows access to secrets
pull_request_target:
branches:
- 'master'
- 'main'
merge_group:
jobs:
call-check-cla:
uses: dfinity/public-workflows/.github/workflows/check_cla.yml@main
secrets: inherit