restrict GITHUB_TOKEN permissions to contents read-only

This commit is contained in:
nyshadhr9 2026-09-17 19:36:39 +00:00
parent 7517461fb6
commit 3d00a3761a

View file

@ -10,6 +10,8 @@ on:
jobs:
health_check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: