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 4d43919 commit 0d2e4ceCopy full SHA for 0d2e4ce
.github/workflows/ci_cd_pr.yml
@@ -84,6 +84,17 @@ jobs:
84
with:
85
python-version: ${{ env.MAIN_PYTHON_VERSION }}
86
87
+ vulnerabilities:
88
+ name: Vulnerabilities
89
+ runs-on: ubuntu-latest
90
+ steps:
91
+ - uses: ansys/actions/check-vulnerabilities@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
92
+ with:
93
+ python-version: ${{ env.MAIN_PYTHON_VERSION }}
94
+ python-package-name: ${{ env.PACKAGE_NAME }}
95
+ token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
96
+ dev-mode: ${{ github.ref != 'refs/heads/main' }}
97
+
98
codegen-testing:
99
name: Build and Testing for codegen
100
runs-on: ubuntu-latest
doc/changelog/861.fixed.md
@@ -0,0 +1 @@
1
+Update actions with vulnerability check
0 commit comments