Skip to content

ci(deps): bump the github-actions group with 3 updates #182

ci(deps): bump the github-actions group with 3 updates

ci(deps): bump the github-actions group with 3 updates #182

Workflow file for this run

---
name: Pull Request Report
on:
pull_request:
types: [closed]
permissions:
contents: read
jobs:
add-pr-report:
permissions:
contents: read
checks: read
pull-requests: write
repository-projects: read
actions: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
persist-credentials: false
- uses: philips-software/pull-request-report-action@1299b0918dbffca0f5a601d3d230e04e0a3d2418 # v0.1.4
env:
GITHUB_TOKEN: ${{ github.token }}