From 0f38559d8a980d1ee8cc58642f7e1300a24d95a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:09:39 +0000 Subject: [PATCH] chore(deps): bump marocchino/sticky-pull-request-comment Bumps the patch-deps-updates group with 1 update in the / directory: [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). Updates `marocchino/sticky-pull-request-comment` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/d2ad0de260ae8b0235ce059e63f2949ba9e05943...773744901bac0e8cbb5a0dc842800d45e9b2b405) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-deps-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-license.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-license.yml b/.github/workflows/ci-license.yml index 0c3e91a..9e5b21b 100644 --- a/.github/workflows/ci-license.yml +++ b/.github/workflows/ci-license.yml @@ -45,7 +45,7 @@ jobs: fi shell: bash - - uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 + - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 if: ${{ steps.check.outputs.result > 0 }} with: header: license-error @@ -70,7 +70,7 @@ jobs: if: ${{ steps.check.outputs.result > 0 }} run: exit 1 - - uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 + - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4 if: ${{ steps.check.outputs.result == 0 }} with: header: license-error