Skip to content

chore(deps): bump actions/checkout from 3.5.3 to 4.1.1 #5

chore(deps): bump actions/checkout from 3.5.3 to 4.1.1

chore(deps): bump actions/checkout from 3.5.3 to 4.1.1 #5

Workflow file for this run

name: PR 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: philips-software/pull-request-report-action@6d08a2c0a96d666770637b54e050d6512e9d45b0 # v0.1.2
env:
GITHUB_TOKEN: ${{ github.token }}