2 parents 7f15580 + 43127b1 commit bf955ccCopy full SHA for bf955cc
2 files changed
.github/workflows/check-tag.yml
@@ -5,11 +5,17 @@ on:
5
tags:
6
- "*"
7
8
+permissions: {}
9
+
10
jobs:
11
check:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
steps:
16
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17
+ with:
18
+ persist-credentials: false
19
- name: Run checks
20
run: |
21
grep -P --color=always "\s+(?<=rev: )$GITHUB_REF_NAME$" README.md
.github/workflows/check.yml
@@ -6,11 +6,17 @@ on:
branches:
- main
test:
# No caching as we're expected to run rarely
- name: Install dependencies and run checks
22
0 commit comments