Skip to content

fail-notifyが間違ってたので直してあげたよ! #3982 #1870

fail-notifyが間違ってたので直してあげたよ! #3982

fail-notifyが間違ってたので直してあげたよ! #3982 #1870

name: 'Dependency Review'
on:
pull_request:
merge_group:
permissions: read-all
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
base-ref: ${{ github.base_ref || github.event.merge_group.base_ref }}
head-ref: ${{ github.head_ref || github.event.merge_group.head_ref }}