Skip to content

chore(deps): bump github/codeql-action from 3.30.5 to 4.31.2 #508

chore(deps): bump github/codeql-action from 3.30.5 to 4.31.2

chore(deps): bump github/codeql-action from 3.30.5 to 4.31.2 #508

Workflow file for this run

name: "Check spelling"
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@dcd03dc3e8a59ec2e360d0c62db517baa0b4bb6d # v7.2.0
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false