Skip to content

Bump step-security/harden-runner from 2.8.1 to 2.9.1 #50

Bump step-security/harden-runner from 2.8.1 to 2.9.1

Bump step-security/harden-runner from 2.8.1 to 2.9.1 #50

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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
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@c16dc8f5b4a7ad6211464ecf136c69c851e8e83c # master
with:
config: _typos.toml