📦 deps(thirdparty): update snapshots
This commit is contained in:
Vendored
+3
-7
@@ -1,4 +1,4 @@
|
||||
name: Codex Plugin Quality Gate
|
||||
name: Validate
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -7,11 +7,11 @@ on:
|
||||
branches: [main]
|
||||
|
||||
concurrency:
|
||||
group: codex-plugin-scanner-${{ github.ref }}
|
||||
group: validate-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
permissions:
|
||||
@@ -24,7 +24,3 @@ jobs:
|
||||
node-version: 20
|
||||
- name: Validate repository consistency
|
||||
run: node scripts/validate-repo.mjs
|
||||
- name: Codex plugin scanner
|
||||
uses: hashgraph-online/hol-codex-plugin-scanner-action@b45d6b583afe05819b24edc8e6418c9ad2e1f1d0 # v1
|
||||
with:
|
||||
plugin_dir: "."
|
||||
Reference in New Issue
Block a user