Skip to content

Bump github/codeql-action from 4.36.0 to 4.36.1 #102

Bump github/codeql-action from 4.36.0 to 4.36.1

Bump github/codeql-action from 4.36.0 to 4.36.1 #102

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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 }}