Skip to content

[Snyk] Security upgrade sawyer from 0.9.2 to 0.9.3 #136

[Snyk] Security upgrade sawyer from 0.9.2 to 0.9.3

[Snyk] Security upgrade sawyer from 0.9.2 to 0.9.3 #136

Workflow file for this run

name: Spell Check (typos)
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: typos-${{ github.ref }}
cancel-in-progress: false
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run typos (spell checker)
uses: crate-ci/typos@6d35b835f6f431bbe715c4c1ccd2c7d3264e11fb # v1.37.0
with:
files: |
tests
utils
.
continue-on-error: true