Skip to content

chore(deps): update actions/dependency-review-action action to v4.1.0 #949

chore(deps): update actions/dependency-review-action action to v4.1.0

chore(deps): update actions/dependency-review-action action to v4.1.0 #949

Workflow file for this run

---
name: fix-fail-notify
on:
pull_request:
merge_group:
permissions: read-all
jobs:
fix-fail-notify:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: actions/[email protected]
with:
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
- uses: actions/[email protected]
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}
token: ${{steps.generate_token.outputs.token}}
- run: bash "${GITHUB_WORKSPACE}/scripts/fix_fail_notify/fix_fail_notify/fix_fail_notify.sh"
- uses: dev-hato/[email protected]
with:
github-token: ${{steps.generate_token.outputs.token}}
branch-name-prefix: fix-fail-notify
pr-title-prefix: fail-notifyが間違ってたので直してあげたよ!