mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
## Summary ... ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8377-WIP-Chore-Actions-updates-and-cleanup-2f66d73d3650818483a8dffa32a6f245) by [Unito](https://www.unito.io) --------- Co-authored-by: Amp <amp@ampcode.com>
25 lines
553 B
YAML
25 lines
553 B
YAML
# pinact configuration
|
|
# https://github.com/suzuki-shunsuke/pinact
|
|
version: 3
|
|
|
|
files:
|
|
- pattern: .github/workflows/*.yaml
|
|
- pattern: .github/actions/**/*.yaml
|
|
|
|
# Actions that don't need SHA pinning (official GitHub actions are trusted)
|
|
ignore_actions:
|
|
- name: actions/cache
|
|
ref: v5
|
|
- name: actions/checkout
|
|
ref: v6
|
|
- name: actions/setup-node
|
|
ref: v6
|
|
- name: actions/setup-python
|
|
ref: v6
|
|
- name: actions/upload-artifact
|
|
ref: v6
|
|
- name: actions/download-artifact
|
|
ref: v7
|
|
- name: actions/github-script
|
|
ref: v8
|