-
Notifications
You must be signed in to change notification settings - Fork 0
59 lines (53 loc) · 1.48 KB
/
github-actions-lint.yml
File metadata and controls
59 lines (53 loc) · 1.48 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: GitHub Actions Lint
permissions: {}
on:
pull_request:
paths:
- ".github/**"
push:
branches:
- main
paths:
- ".github/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
actionlint:
name: actionlint
timeout-minutes: 5
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- uses: koki-develop/github-actions-lint/actionlint@2f3275d7d0eb37ff24c678bc7cc4ab2f07baa779 # v1.5.0
ghalint:
name: ghalint
timeout-minutes: 5
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- uses: koki-develop/github-actions-lint/ghalint@2f3275d7d0eb37ff24c678bc7cc4ab2f07baa779 # v1.5.0
with:
action-path: ./.github/actions/**/action.yml
zizmor:
name: zizmor
timeout-minutes: 5
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- uses: koki-develop/github-actions-lint/zizmor@2f3275d7d0eb37ff24c678bc7cc4ab2f07baa779 # v1.5.0
with:
github-token: ${{ github.token }}
persona: auditor