summaryrefslogtreecommitdiff
path: root/.github/workflows/check_commit_messages.yml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-14 13:58:40 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-21 14:36:28 -0500
commit86b8058b40145fb5ba4fd859676225f533eca986 (patch)
treec9d4dd7cb0cb4ea8c1d56ffb9f8b9ebdf0963ac7 /.github/workflows/check_commit_messages.yml
parent08f4901b3fd3f352ef9cea830d000aee73152556 (diff)
Addressed unpinned-uses zizmor finding.
Diffstat (limited to '.github/workflows/check_commit_messages.yml')
-rw-r--r--.github/workflows/check_commit_messages.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/check_commit_messages.yml b/.github/workflows/check_commit_messages.yml
index dc841fef3f..ece0bcac4e 100644
--- a/.github/workflows/check_commit_messages.yml
+++ b/.github/workflows/check_commit_messages.yml
@@ -8,6 +8,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
+permissions:
+ contents: read
+
jobs:
check-commit-prefix:
if: startsWith(github.event.pull_request.base.ref, 'stable/')