From 57d82783c1adcde46caf9fa2306c147254e8d2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:00:51 +0000 Subject: [PATCH] Bump lfreleng-actions/github2gerrit-action from 1.0.6 to 1.0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ## Release notes Sourced from lfreleng-actions/github2gerrit-action's releases. v1.0.7 New Features Feat: Improve CI workflows, PR trigger support, and test reliability @​ModeSevenIndustrialSolutions (#144) Maintenance Chore: Bump typer from 0.24.0 to 0.24.1 @dependabot[bot] (#139) Chore: pre-commit autoupdate @pre-commit-ci[bot] (#140) Chore: Bump lfreleng-actions/pypi-publish-action from 0.1.4 to 0.1.5 @dependabot[bot] (#141) Chore: Bump step-security/harden-runner from 2.14.2 to 2.15.0 @dependabot[bot] (#142) Chore: Bump hatchling from 1.28.0 to 1.29.0 @dependabot[bot] (#143) Links Submit bugs/feature requests ## Commits bd41ba2 Merge pull request #144 from modeseven-lfreleng-actions/improve-workflows-and e0bf5f3 Fix: Isolate duplicate detection tests from environment 7890a77 Feat: Support pull_request trigger alongside pull_request_target 216ddc7 Feat: Improve CI workflow SBOM/Grype reporting and add features f3008a3 Merge pull request #143 from lfreleng-actions/dependabot/uv/hatchling-1.29.0 3821778 Merge pull request #142 from lfreleng-actions/dependabot/github_actions/step- 20a211e Merge pull request #141 from lfreleng-actions/dependabot/github_actions/lfrel afa8f72 Chore: Bump hatchling from 1.28.0 to 1.29.0 e111f4f Chore: Bump step-security/harden-runner from 2.14.2 to 2.15.0 f92ea7c Chore: Bump lfreleng-actions/pypi-publish-action from 0.1.4 to 0.1.5 Additional commits viewable in compare view ![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] Change-Id: I6b4b9545e364c149a335b2a6f7f5213e51e4b96b GitHub-PR: https://github.com/onap/doc/pull/7 GitHub-Hash: b3b490affd87def0 Signed-off-by: onap.gh2gerrit --- .github/workflows/call-github2gerrit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml index 8cbce2388..b075a9468 100644 --- a/.github/workflows/call-github2gerrit.yaml +++ b/.github/workflows/call-github2gerrit.yaml @@ -165,7 +165,7 @@ jobs: - name: 'Run GitHub2Gerrit' # yamllint disable-line rule:line-length - uses: lfreleng-actions/github2gerrit-action@7589e2f4d68a3b5d7c948330028b970730c944b0 # v1.0.6 + uses: lfreleng-actions/github2gerrit-action@bd41ba25191d8d1952d351c6611a57828c46a617 # v1.0.7 env: # Pass GERRIT_* inputs as environment variables when dispatched from Gerrit GERRIT_BRANCH: ${{ github.event.inputs.GERRIT_BRANCH || '' }} -- 2.16.6