We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baa870 commit 6a80390Copy full SHA for 6a80390
.github/workflows/check_commit_messages.yml
@@ -8,6 +8,9 @@ concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
9
cancel-in-progress: true
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
check-commit-prefix:
16
if: startsWith(github.event.pull_request.base.ref, 'stable/')
zizmor.yml
@@ -0,0 +1,6 @@
1
+rules:
2
+ unpinned-uses:
3
+ config:
4
+ policies:
5
+ actions/*: ref-pin
6
+ psf/*: ref-pin
0 commit comments