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 da53e2f commit 300f23bCopy full SHA for 300f23b
.github/workflows/ci_cd.yml
@@ -59,6 +59,16 @@ jobs:
59
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
60
dev-mode: true
61
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
+
72
docs-style:
73
name: Documentation Style Check
74
runs-on: ubuntu-latest
0 commit comments