Skip to content

chore(deps): bump github/codeql-action from 3.25.15 to 3.26.0 #7186

chore(deps): bump github/codeql-action from 3.25.15 to 3.26.0

chore(deps): bump github/codeql-action from 3.25.15 to 3.26.0 #7186

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@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: check-spelling/[email protected]
with:
post_comment: '0'