Skip to content

Commit d5b268f

Browse files
committed
Update pre-commit
1 parent 06400fa commit d5b268f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ env:
3939
CACHE_FROM: type=gha
4040
CACHE_TO: type=gha,mode=max
4141

42+
permissions:
43+
contents: read
44+
4245
jobs:
4346
tag:
4447
runs-on: ubuntu-24.04

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ ci:
1616
repos:
1717
# https://github.com/pre-commit/mirrors-prettier is not maintained
1818
- repo: https://github.com/rbubley/mirrors-prettier
19-
rev: v3.4.2
19+
rev: v3.5.3
2020
hooks:
2121
- id: prettier
2222

23+
# Static security analysis of GitHub actions https://github.com/woodruffw/zizmor
2324
- repo: https://github.com/woodruffw/zizmor-pre-commit
24-
rev: v1.1.1
25+
rev: v1.5.1
2526
hooks:
2627
- id: zizmor

0 commit comments

Comments
 (0)