Skip to content

chore(deps): bump step-security/harden-runner from 2.12.1 to 2.13.0 #9423

chore(deps): bump step-security/harden-runner from 2.12.1 to 2.13.0

chore(deps): bump step-security/harden-runner from 2.12.1 to 2.13.0 #9423

Workflow file for this run

name: Spell checking
on: [push, pull_request]
permissions:
contents: read
pull-requests: write
jobs:
spelling:
name: Spell checking
permissions:
contents: read
pull-requests: write
actions: read
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: check-spelling/[email protected]
with:
extra_dictionaries:
cspell:python/src/python/python.txt
cspell:public-licenses/src/generated/public-licenses.txt
cspell:filetypes/filetypes.txt
cspell:python/src/python/python-lib.txt