Skip to content

ci: add explicit permissions to GitHub Actions workflows #11110

ci: add explicit permissions to GitHub Actions workflows

ci: add explicit permissions to GitHub Actions workflows #11110

Workflow file for this run

name: Typo checker
on:
pull_request:
branches:
- main
- release/**
permissions:
contents: read
jobs:
run:
name: Spell Check with Typos
runs-on: "ubuntu-24.04"
steps:
- name: Checkout Actions Repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Check spelling of the entire repository
uses: crate-ci/typos@6802cc60d4e7f78b9d5454f6cf3935c042d5e1e3 # v1.26.0