Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

chore: pin github actions to commit shas #1786

chore: pin github actions to commit shas

chore: pin github actions to commit shas #1786

Workflow file for this run

#
# GitHub Action to automate the identification of common misspellings in text files.
# - https://github.com/codespell-project/actions-codespell
# - https://github.com/codespell-project/codespell
#
name: Codespell
on:
pull_request
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Codespell
uses: codespell-project/actions-codespell@4848b4c0f038a77b5a64504a5e93b8fae962bc66
with:
check_filenames: true
check_hidden: true
skip: .git,./ci/k6/lib/*,./charts/posthog/crds/*,./charts/posthog/tests/clickhouse-operator/__snapshot__/*,./charts/posthog/templates/clickhouse-operator/*,./charts/posthog/grafana-dashboards/http-by-application-endpoint.json,./charts/posthog/grafana-dashboards/instance-overview.json,./yarn.lock,./charts/posthog/ALL_VALUES.md