Skip to content

build(deps): bump the codeql-action group across 1 directory with 2 updates #195

build(deps): bump the codeql-action group across 1 directory with 2 updates

build(deps): bump the codeql-action group across 1 directory with 2 updates #195

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
sparse-checkout: |
.github
- uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0
with:
filter_mode: nofilter
fail_on_error: true
reporter: github-pr-check