Skip to content

chore(deps): bump oxsecurity/megalinter from 7.5.0 to 7.6.0 #37

chore(deps): bump oxsecurity/megalinter from 7.5.0 to 7.6.0

chore(deps): bump oxsecurity/megalinter from 7.5.0 to 7.6.0 #37

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@1299b0918dbffca0f5a601d3d230e04e0a3d2418 # v0.1.4
env:
GITHUB_TOKEN: ${{ github.token }}