-
Notifications
You must be signed in to change notification settings - Fork 1.2k
30 lines (26 loc) · 1021 Bytes
/
actionlint.yml
File metadata and controls
30 lines (26 loc) · 1021 Bytes
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
name: Check workflows
on:
pull_request:
paths:
- '.github/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: suggester / actionlint
uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
with:
tool_name: actionlint
fail_level: any
ensure-sha-pinned-actions:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# Using our fork's PR branch until upstream merges the improved error reporting:
# https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/288
# TODO: Update to upstream release once merged.
- name: Ensure all actions are pinned to SHA
uses: kim-em/github-actions-ensure-sha-pinned-actions@00f51cdb5bbc21f5bc873ef3a2dceef45df213af # improve-error-reporting