2026-05-09から1日間の記事一覧
背景 依存しているライブラリに次のようなコードがありました。 ※簡単のためシンプルにしています on: pull_request_target jobs: coverage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha…
背景 依存しているライブラリに次のようなコードがありました。 ※簡単のためシンプルにしています on: pull_request_target jobs: coverage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha…