Skip to content

Commit 300f23b

Browse files
fix: Add zizmor action
1 parent da53e2f commit 300f23b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ jobs:
5959
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
6060
dev-mode: true
6161

62+
actions-security:
63+
name: Actions Security
64+
runs-on: ubuntu-latest
65+
steps:
66+
- uses: ansys/actions/check-actions-security@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
67+
with:
68+
generate-summary: true
69+
token: ${{ secrets.GITHUB_TOKEN }}
70+
auditing-level: 'high'
71+
6272
docs-style:
6373
name: Documentation Style Check
6474
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)