feat(deps): bump ubuntu from a2bbdf7
to e6173d4
in /.devcontainer
#90
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |