Skip to content

Commit ccf13bb

Browse files
committed
ci: pin actions to SHAs, add permissions, timeout, concurrency
1 parent 193135c commit ccf13bb

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/codex-plugin-scanner.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ on:
66
pull_request:
77
branches: [main]
88

9+
concurrency:
10+
group: codex-plugin-scanner-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
scan:
1115
runs-on: ubuntu-latest
16+
timeout-minutes: 10
17+
permissions:
18+
contents: read
1219
steps:
13-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1421
- name: Codex plugin scanner
15-
uses: hashgraph-online/hol-codex-plugin-scanner-action@v1
22+
uses: hashgraph-online/hol-codex-plugin-scanner-action@b45d6b583afe05819b24edc8e6418c9ad2e1f1d0 # v1
1623
with:
1724
plugin_dir: "."
18-
19-

0 commit comments

Comments
 (0)