Skip to content

Bump step-security/harden-runner from 2.10.1 to 2.10.2 #69

Bump step-security/harden-runner from 2.10.1 to 2.10.2

Bump step-security/harden-runner from 2.10.1 to 2.10.2 #69

Workflow file for this run

name: typos
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: Checkout Actions Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Check spelling of file.txt
uses: crate-ci/typos@8e6a4285bcbde632c5d79900a7779746e8b7ea3f # master
with:
config: _typos.toml