diff --git a/.github/workflows/dependabot_slack_alerts.yml b/.github/workflows/dependabot_slack_alerts.yml index d1a8b7b..884cac0 100644 --- a/.github/workflows/dependabot_slack_alerts.yml +++ b/.github/workflows/dependabot_slack_alerts.yml @@ -14,7 +14,7 @@ jobs: steps: # Latest version available at: https://github.com/kunalnagarco/action-cve/releases - name: Notify Vulnerabilities - uses: kunalnagarco/action-cve@2b395cd09ce1f7917eeb3739ad08973d3dcec875 # pin @v1.14.24 + uses: kunalnagarco/action-cve@81a6113aec959164f2c49c46c7e69e179ec94290 # pin @v1.17.0 with: token: ${{ secrets.ACCESS_TOKEN_GITHUB }} # This secret is located in settings > actions > Repository secrets slack_webhook: ${{ secrets.SLACK_WEBHOOK }} # This secret is located in settings > actions > Repository secrets