Skip to content

chore(deps): bump the github-actions group with 15 updates #136

chore(deps): bump the github-actions group with 15 updates

chore(deps): bump the github-actions group with 15 updates #136

Workflow file for this run

name: Spellcheck Action
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
concurrency:
group: spellcheck-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: read
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: rojopolis/spellcheck-github-actions@0bf4b2f91efa259b52c202b09b0c3845c524ff36 # 0.58.0
name: Spellcheck
continue-on-error: true
with:
config_path: .github/.spellcheck.yml
output_file: spellcheck-output.txt
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
if: ${{ !cancelled() }}
with:
name: Spellcheck Output
path: spellcheck-output.txt