From 7baffcac957a4255583d35adba9e19709cad47e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:38:24 +0000 Subject: [PATCH] Bump marocchino/sticky-pull-request-comment from 3.0.2 to 3.0.3 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/70d2764d1a7d5d9560b100cbea0077fc8f633987...d4d6b0936434b21bc8345ad45a440c5f7d2c40ff) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sast_scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sast_scan.yaml b/.github/workflows/sast_scan.yaml index 98371ea..48d78d2 100644 --- a/.github/workflows/sast_scan.yaml +++ b/.github/workflows/sast_scan.yaml @@ -62,7 +62,7 @@ jobs: category: 'trivy-sast' - name: Upload scan results to PR - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@d4d6b0936434b21bc8345ad45a440c5f7d2c40ff # v3.0.3 if: ${{ inputs.upload_results_to_pr && github.event_name == 'pull_request' }} with: header: '## SAST Scan Results'