Skip to content

build(deps): bump github/codeql-action from 4.31.9 to 4.32.1 #68

build(deps): bump github/codeql-action from 4.31.9 to 4.32.1

build(deps): bump github/codeql-action from 4.31.9 to 4.32.1 #68

Workflow file for this run

name: Github Actions
on:
pull_request:
paths:
- ".github/**"
defaults:
run:
working-directory: ./.github
permissions:
contents: read
jobs:
actionlint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1
with:
filter_mode: nofilter
fail_on_error: true
reporter: github-pr-check