From b5ee97a3a53c10e2500a254fcc4c1a1c3dfa662b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:42:49 +0000 Subject: [PATCH] Bump lfreleng-actions/github2gerrit-action from 1.0.8 to 1.1.0 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.1.0 Fix: Add mode toggles to release-drafter @​ModeSevenIndustrialSolutions (#171) Fix: use v7 autolabeler sub-action @​ModeSevenIndustrialSolutions (#172) ✨ New Features ✨ Fix: Add DNS validation, G2G_NO_GERRIT @​ModeSevenIndustrialSolutions (#165) 🐛 Bug Fixes 🐛 Fix(tests): Resolve basedpyright errors @​ModeSevenIndustrialSolutions (#170) Fix: Add DNS validation, G2G_NO_GERRIT @​ModeSevenIndustrialSolutions (#165) 🔧 Maintenance 🔧 Chore: Bump release-drafter/release-drafter from 7.0.0 to 7.1.0 @dependabot[bot] (#166) Chore: Remove repo-local release-drafter config, split workflows @​ModeSevenIndustrialSolutions (#169) Chore: Bump step-security/harden-runner from 2.15.1 to 2.16.0 @dependabot[bot] (#168) Chore: Bump astral-sh/setup-uv from 7.5.0 to 7.6.0 @dependabot[bot] (#167) Chore: Bump release-drafter/release-drafter from 7.1.0 to 7.1.1 @dependabot[bot] (#174) Chore: Bump lfreleng-actions/python-audit-action from 0.2.5 to 0.2.6 @dependabot[bot] (#175) Chore: Bump ruff from 0.15.6 to 0.15.7 @dependabot[bot] (#176) 🎓 Code Quality 🎓 CI: Remove redundant/failing dependencies.yaml @​ModeSevenIndustrialSolutions (#173) Links Submit bugs/feature requests v1.0.9 🐛 Bug Fixes 🐛 Fix: Bugs related to Github issue #157 @​ModeSevenIndustrialSolutions (#159) 🔧 Maintenance 🔧 Chore: Bump release-drafter/release-drafter from 6.2.0 to 6.4.0 @dependabot[bot] (#154) Chore: Bump lfreleng-actions/python-build-action from 1.0.3 to 1.0.4 @dependabot[bot] (#152) Chore: Bump step-security/harden-runner from 2.15.0 to 2.15.1 @dependabot[bot] (#153) Chore: Bump ruff from 0.15.4 to 0.15.5 @dependabot[bot] (#155) Chore: pre-commit autoupdate @pre-commit-ci[bot] (#156) Chore: Bump actions/download-artifact from 8.0.0 to 8.0.1 @dependabot[bot] (#160) Chore: Bump ruff from 0.15.5 to 0.15.6 @dependabot[bot] (#163) Chore: Bump release-drafter/release-drafter from 6.4.0 to 7.0.0 @dependabot[bot] (#162) Chore: Bump astral-sh/setup-uv from 7.3.1 to 7.5.0 @dependabot[bot] (#161) Links ... (truncated) ## Commits 80213a8 Merge pull request #176 from lfreleng-actions/dependabot/uv/ruff-0.15.7 e758205 Merge pull request #175 from lfreleng-actions/dependabot/github_actions/lfrel d6ad1ba Merge pull request #174 from lfreleng-actions/dependabot/github_actions/relea 255c104 Chore: Bump ruff from 0.15.6 to 0.15.7 acebd3a Chore: Bump lfreleng-actions/python-audit-action from 0.2.5 to 0.2.6 e856285 Chore: Bump release-drafter/release-drafter from 7.1.0 to 7.1.1 271fcfd Merge pull request #165 from modeseven-lfreleng-actions/ci-test-fixes 85e366b Fix: Validate DNS in _resolve_gerrit_info 436dc09 Merge pull request #173 from modeseven-lfreleng-actions/update-workflows 0d5d52c CI: Remove redundant/failing dependencies.yaml 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: Ib14c18ffabd54d7b95524b644ee326170fb99508 GitHub-PR: https://github.com/onap/doc/pull/12 GitHub-Hash: c06e68ad26d4b0cc 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 038aac4ff..6d394e5fc 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@de8477030c26a8020e9c95cd6312d5647392b347 # v1.0.8 + uses: lfreleng-actions/github2gerrit-action@80213a86d7e5f2b58de497f0388fc9fa87a96b37 # v1.1.0 env: # Pass GERRIT_* inputs as environment variables when dispatched from Gerrit GERRIT_BRANCH: ${{ github.event.inputs.GERRIT_BRANCH || '' }} -- 2.16.6