We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dadc36 commit a11b8ffCopy full SHA for a11b8ff
.github/workflows/ci_cd.yml
@@ -65,6 +65,17 @@ jobs:
65
python-package-name: ${{ env.PACKAGE_NAME }}
66
dev-mode: ${{ github.ref != 'refs/heads/main' }}
67
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
79
80
smoke-tests: # Needs to be re-enabled prior to release
81
name: Build and Smoke tests (Linux)
0 commit comments