From 3acf1d3acb7a467b073bdadc8336077eee6fc47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:07:19 +0000 Subject: [PATCH] Bump kunalnagarco/action-cve from 1.14.24 to 1.14.25 Bumps [kunalnagarco/action-cve](https://github.com/kunalnagarco/action-cve) from 1.14.24 to 1.14.25. - [Release notes](https://github.com/kunalnagarco/action-cve/releases) - [Changelog](https://github.com/kunalnagarco/action-cve/blob/main/CHANGELOG.md) - [Commits](https://github.com/kunalnagarco/action-cve/compare/2b395cd09ce1f7917eeb3739ad08973d3dcec875...e8db2471b12e1e3b470145263bbf5f3b9185c612) --- updated-dependencies: - dependency-name: kunalnagarco/action-cve dependency-version: 1.14.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot_slack_alerts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_slack_alerts.yml b/.github/workflows/dependabot_slack_alerts.yml index d1a8b7b..970ea3e 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@e8db2471b12e1e3b470145263bbf5f3b9185c612 # pin @v1.14.25 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