Skip to content

Bump github/codeql-action/analyze from 4.36.2 to 4.36.3 #147

Bump github/codeql-action/analyze from 4.36.2 to 4.36.3

Bump github/codeql-action/analyze from 4.36.2 to 4.36.3 #147

Workflow file for this run

name: modver
on:
pull_request:
permissions:
contents: read # This gets granted by default, so keep granting it.
packages: read # This gets granted by default, so keep granting it.
pull-requests: write # Needed to comment on the PR.
jobs:
modver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
persist-credentials: false
- uses: bobg/modver@5b8d0533390faf5542fd9ab530ca3075c32a7201 # v2.14.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pull_request_url: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}