Skip to content

Bump actions/dependency-review-action from 4.3.4 to 4.5.0 #68

Bump actions/dependency-review-action from 4.3.4 to 4.5.0

Bump actions/dependency-review-action from 4.3.4 to 4.5.0 #68

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.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@8e6a4285bcbde632c5d79900a7779746e8b7ea3f # master
with:
config: _typos.toml