forked from Comfy-Org/ComfyUI_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pinact.yaml
More file actions
30 lines (28 loc) · 713 Bytes
/
Copy path.pinact.yaml
File metadata and controls
30 lines (28 loc) · 713 Bytes
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
# pinact configuration
# https://github.com/suzuki-shunsuke/pinact
version: 3
files:
- pattern: .github/workflows/*.yaml
- pattern: .github/workflows/*.yml
- pattern: .github/actions/**/*.yaml
- pattern: .github/actions/**/*.yml
# Actions that don't need SHA pinning (official GitHub actions are trusted)
ignore_actions:
- name: actions/cache
ref: v5
- name: actions/cache/restore
ref: v5
- name: actions/cache/save
ref: v5
- name: actions/checkout
ref: v7
- name: actions/setup-node
ref: v6
- name: actions/setup-python
ref: v6
- name: actions/upload-artifact
ref: v6
- name: actions/download-artifact
ref: v8
- name: actions/github-script
ref: v9