Skip to content

chore: update SBOM for Python 3.11 (#4128) #6656

chore: update SBOM for Python 3.11 (#4128)

chore: update SBOM for Python 3.11 (#4128) #6656

Workflow file for this run

name: Spell checking
on: [push, pull_request]
permissions:
contents: read
jobs:
spelling:
name: Spell checking
permissions:
contents: read
pull-requests: read
actions: read
runs-on: ubuntu-22.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: check-spelling/check-spelling@v0.0.22
with:
post_comment: '0'