Skip to content

Commit a11b8ff

Browse files
committed
fix: reactivate check-actions-security
1 parent 8dadc36 commit a11b8ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ jobs:
6565
python-package-name: ${{ env.PACKAGE_NAME }}
6666
dev-mode: ${{ github.ref != 'refs/heads/main' }}
6767

68+
actions-security:
69+
name: "Check actions security"
70+
runs-on: ubuntu-latest
71+
needs: [vulnerabilities]
72+
steps:
73+
- uses: ansys/actions/check-actions-security@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
74+
with:
75+
generate-summary: true
76+
token: ${{ secrets.GITHUB_TOKEN }}
77+
auditing-level: 'high'
78+
trust-ansys-actions: true
6879

6980
smoke-tests: # Needs to be re-enabled prior to release
7081
name: Build and Smoke tests (Linux)

0 commit comments

Comments
 (0)