From dffd63c8fa588271ab7eab5374fae4ff3dd20a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:07:40 +0000 Subject: [PATCH] Bump lfreleng-actions/github2gerrit-action from 1.0.7 to 1.0.8 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.8 New Features Feat: Implement fallback missing change creation @​ModeSevenIndustrialSolutions (#145) Maintenance Chore: pre-commit autoupdate @pre-commit-ci[bot] (#150) Chore: Bump ruff from 0.15.2 to 0.15.4 @dependabot[bot] (#149) Chore: Bump actions/upload-artifact from 6.0.0 to 7.0.0 @dependabot[bot] (#148) Chore: Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 @dependabot[bot] (#147) Chore: Bump actions/download-artifact from 7.0.0 to 8.0.0 @dependabot[bot] (#146) Links Submit bugs/feature requests ## Commits de84770 Merge pull request #145 from modeseven-lfreleng-actions/implement-keyword-com dbc56c4 Fix: Respect CLI flag precedence and correct match ordering 7c645ad Fix: Add missing negation flags for boolean CLI options ef32b3c Fix: SSH back-reference comments and shallow clone warning 01aa460 Chore: Fix emoji rendering in terminal progress output f09be43 Merge pull request #146 from lfreleng-actions/dependabot/github_actions/actio 7aaa866 Merge pull request #147 from lfreleng-actions/dependabot/github_actions/astra ffe24a2 Merge pull request #148 from lfreleng-actions/dependabot/github_actions/actio cc4fc6d Merge pull request #149 from lfreleng-actions/dependabot/uv/ruff-0.15.4 1f9db2a Merge pull request #150 from lfreleng-actions/pre-commit-ci-update-config 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: I0e74d0016458386c4869b9d25c9fa1f266647b32 GitHub-PR: https://github.com/onap/doc/pull/9 GitHub-Hash: 6653a722140543ed 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 29d69f070..c4c4cd3d6 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@bd41ba25191d8d1952d351c6611a57828c46a617 # v1.0.7 + uses: lfreleng-actions/github2gerrit-action@de8477030c26a8020e9c95cd6312d5647392b347 # v1.0.8 env: # Pass GERRIT_* inputs as environment variables when dispatched from Gerrit GERRIT_BRANCH: ${{ github.event.inputs.GERRIT_BRANCH || '' }} -- 2.16.6