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 d8d9416 commit 51764b9Copy full SHA for 51764b9
.github/workflows/cicd.yml
@@ -46,6 +46,18 @@ jobs:
46
# python-package-name: ${{ env.PACKAGE_NAME }}
47
# dev-mode: ${{ github.ref != 'refs/heads/main' }}
48
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
+
61
style:
62
name: Code style
63
runs-on: ubuntu-latest
0 commit comments