aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index a530cdff5..f5de62412 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -16,10 +16,18 @@ on:
16 - 'src/firecfg/firecfg.config' 16 - 'src/firecfg/firecfg.config'
17 - 'contrib/sort.py' 17 - 'contrib/sort.py'
18 18
19permissions: # added using https://github.com/step-security/secure-workflows
20 contents: read
21
19jobs: 22jobs:
20 profile-checks: 23 profile-checks:
21 runs-on: ubuntu-latest 24 runs-on: ubuntu-latest
22 steps: 25 steps:
26 - name: Harden Runner
27 uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34
28 with:
29 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
30
23 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 31 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
24 - name: sort.py 32 - name: sort.py
25 run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile 33 run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile