Skip to content

Commit 043424a

Browse files
fix: Comment out vuln action until release
1 parent f20eeca commit 043424a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/cicd.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
3131
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
3232

33-
34-
check-vulnerabilities:
35-
name: "Check library vulnerabilities"
36-
runs-on: ubuntu-latest
37-
steps:
38-
- uses: ansys/actions/[email protected]
39-
with:
40-
python-version: ${{ env.MAIN_PYTHON_VERSION }}
41-
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
42-
python-package-name: ${{ env.PACKAGE_NAME }}
43-
dev-mode: ${{ github.ref != 'refs/heads/main' }}
33+
# TODO uncomment after the first release
34+
# check-vulnerabilities:
35+
# name: "Check library vulnerabilities"
36+
# runs-on: ubuntu-latest
37+
# steps:
38+
# - uses: ansys/actions/[email protected]
39+
# with:
40+
# python-version: ${{ env.MAIN_PYTHON_VERSION }}
41+
# token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
42+
# python-package-name: ${{ env.PACKAGE_NAME }}
43+
# dev-mode: ${{ github.ref != 'refs/heads/main' }}
4444

4545
style:
4646
name: Code style

0 commit comments

Comments
 (0)