-
Notifications
You must be signed in to change notification settings - Fork 14
58 lines (52 loc) · 1.44 KB
/
security.yml
File metadata and controls
58 lines (52 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: GitHub Actions Security
on:
push:
branches: [master, beta]
paths:
- ".github/workflows/**"
- ".github/actions/**"
- ".github/scripts/**"
- ".github/dependabot.yml"
- "package.json"
- "pnpm-lock.yaml"
pull_request:
branches: [master, beta]
paths:
- ".github/workflows/**"
- ".github/actions/**"
- ".github/scripts/**"
- ".github/dependabot.yml"
- "package.json"
- "pnpm-lock.yaml"
workflow_dispatch:
permissions: {}
jobs:
dependency-review:
name: Dependency review
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Review dependency changes
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
zizmor:
name: zizmor
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Audit GitHub Actions
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
with:
advanced-security: false
annotations: true