Skip to content

Commit 51764b9

Browse files
ci: Add actions security check to workflow
1 parent d8d9416 commit 51764b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ jobs:
4646
# python-package-name: ${{ env.PACKAGE_NAME }}
4747
# dev-mode: ${{ github.ref != 'refs/heads/main' }}
4848

49+
actions-security:
50+
name: Check actions security
51+
runs-on: ubuntu-latest
52+
permissions:
53+
contents: read
54+
steps:
55+
- uses: ansys/actions/check-actions-security@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
56+
with:
57+
generate-summary: true
58+
token: ${{ secrets.GITHUB_TOKEN }}
59+
auditing-level: 'high'
60+
4961
style:
5062
name: Code style
5163
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)