Skip to content

Commit

Permalink
Merge pull request #1658 from step-security-bot/stepsecurity_remediat…
Browse files Browse the repository at this point in the history
…ion_1727858339

ci: harden GitHub Actions
  • Loading branch information
tolgaOzen authored Oct 2, 2024
2 parents a8722ef + ecface2 commit 2c01516
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/check-for-typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ name: Typo Check Action
on:
workflow_dispatch:

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@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Check spelling
uses: crate-ci/typos@master
uses: crate-ci/typos@14f49f455cf3b6a38841665e82c3b9135b91c929 # master

0 comments on commit 2c01516

Please sign in to comment.