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 06400fa commit d5b268fCopy full SHA for d5b268f
.github/workflows/build.yml
@@ -39,6 +39,9 @@ env:
39
CACHE_FROM: type=gha
40
CACHE_TO: type=gha,mode=max
41
42
+permissions:
43
+ contents: read
44
+
45
jobs:
46
tag:
47
runs-on: ubuntu-24.04
.pre-commit-config.yaml
@@ -16,11 +16,12 @@ ci:
16
repos:
17
# https://github.com/pre-commit/mirrors-prettier is not maintained
18
- repo: https://github.com/rbubley/mirrors-prettier
19
- rev: v3.4.2
+ rev: v3.5.3
20
hooks:
21
- id: prettier
22
23
+ # Static security analysis of GitHub actions https://github.com/woodruffw/zizmor
24
- repo: https://github.com/woodruffw/zizmor-pre-commit
- rev: v1.1.1
25
+ rev: v1.5.1
26
27
- id: zizmor
0 commit comments