Skip to content

chore(deps): bump cmake from 4.3.0 to 4.3.1 in /.devcontainer #1002

chore(deps): bump cmake from 4.3.0 to 4.3.1 in /.devcontainer

chore(deps): bump cmake from 4.3.0 to 4.3.1 in /.devcontainer #1002

Workflow file for this run

---
name: Pull Request Report
on:
pull_request:
types: [closed]
permissions: {}
jobs:
add-pr-report:
name: 📊 Add PR Report
permissions:
contents: read
checks: read # is needed by philips-software/pull-request-report-action to fetch check run information
pull-requests: write # is needed by philips-software/pull-request-report-action to post the report as a comment on the PR
repository-projects: read # is needed by philips-software/pull-request-report-action to fetch project information
actions: read # is needed by philips-software/pull-request-report-action to fetch workflow run information
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
disable-sudo-and-containers: true
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: philips-software/pull-request-report-action@39e2f082490099021474c109cb207953221a8e47 # v0.1.5
env:
GITHUB_TOKEN: ${{ github.token }}