Skip to content

chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#4483) #7477

chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#4483)

chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#4483) #7477

Workflow file for this run

name: Spell checking
on: [push, pull_request]
permissions:
contents: read
jobs:
spelling:
name: Spell checking
permissions:
contents: read
pull-requests: read
actions: read
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: check-spelling/check-spelling@v0.0.22
with:
extra_dictionaries:
cspell:python/src/python/python.txt
cspell:public-licenses/src/generated/public-licenses.txt
cspell:filetypes/filetypes.txt
cspell:python/src/python/python-lib.txt