diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86d90ff..05d8d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,11 +37,23 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} + vulnerabilities: + name: "Vulnerabilities" + runs-on: ubuntu-latest + steps: + - uses: ansys/actions/check-vulnerabilities@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 + with: + python-version: ${{ env.MAIN_PYTHON_VERSION }} + python-package-name: ${{ env.PACKAGE_NAME }} + token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} + dev-mode: ${{ github.ref != 'refs/heads/main' }} + + actions-security: name: "Check actions security" runs-on: ubuntu-latest steps: - - uses: ansys/actions/check-actions-security@v10.1 + - uses: ansys/actions/check-actions-security@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3 with: generate-summary: true token: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/changelog.d/261.miscellaneous.md b/doc/changelog.d/261.miscellaneous.md new file mode 100644 index 0000000..288e87c --- /dev/null +++ b/doc/changelog.d/261.miscellaneous.md @@ -0,0 +1 @@ +Feat: vulnerability check