Skip to content

build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 #161

build(deps): bump github/codeql-action from 3.28.9 to 3.28.10

build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 #161

Workflow file for this run

name: Spell Check
on: [pull_request]
permissions:
contents: read
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
disable-telemetry: true
- name: Checkout Actions Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check spelling of entire workspace
uses: crate-ci/typos@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7