We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af45c23 commit 954d1e6Copy full SHA for 954d1e6
1 file changed
.github/workflows/plugin-quality-gate.yml
@@ -7,14 +7,22 @@ on:
7
- "skills/**"
8
- ".mcp.json"
9
10
+concurrency:
11
+ group: codex-plugin-scanner-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
+permissions:
15
+ contents: read
16
17
jobs:
18
scan:
19
runs-on: ubuntu-latest
20
+ timeout-minutes: 5
21
steps:
- - uses: actions/checkout@v4
22
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
23
- name: Codex plugin quality gate
- uses: hashgraph-online/hol-codex-plugin-scanner-action@v1
24
+ uses: hashgraph-online/hol-codex-plugin-scanner-action@b45d6b583afe05819b24edc8e6418c9ad2e1f1d0
25
with:
26
plugin_dir: "."
- min_score: 80
27
+ min_score: 60
28
fail_on_severity: high
0 commit comments