Chore: Bump lfreleng-actions/github2gerrit-action from 1.0.2 to 1.0.5 84/15484/1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 9 Feb 2026 23:10:05 +0000 (23:10 +0000)
committeroran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
Mon, 9 Feb 2026 23:10:06 +0000 (23:10 +0000)
Bumps lfreleng-actions/github2gerrit-action from 1.0.2 to 1.0.5.
## Release notes

Sourced from lfreleng-actions/github2gerrit-action's releases.

v1.0.5
Bug Fixes

Fix: Multiple bugs, minor feature enhancements @​ModeSevenIndustrialSolutions (#123)

Links

Submit bugs/feature requests

v1.0.4
New Features

Feat: add .netrc file support for Gerrit @​ModeSevenIndustrialSolutions (#116)

Maintenance

Chore: Bump release-drafter/release-drafter from 6.1.1 to 6.2.0 @dependabot[bot] (#109)
Chore: Bump actions/checkout from 6.0.1 to 6.0.2 @dependabot[bot] (#112)
Chore: Bump actions/setup-python from 6.1.0 to 6.2.0 @dependabot[bot] (#110)
Chore: Bump anchore/scan-action from 7.2.3 to 7.3.0 @dependabot[bot] (#111)
Chore: Bump ruff from 0.14.13 to 0.14.14 @dependabot[bot] (#113)
Chore: Bump rich from 14.2.0 to 14.3.1 @dependabot[bot] (#114)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#115)
Chore: Bump step-security/harden-runner from 2.14.0 to 2.14.1 @dependabot[bot] (#119)
Chore: Bump lfreleng-actions/tag-validate-action from 0.3.0 to 1.0.0 @dependabot[bot] (#117)
Chore: Bump anchore/scan-action from 7.3.0 to 7.3.1 @dependabot[bot] (#118)
Chore: Bump astral-sh/setup-uv from 7.2.0 to 7.2.1 @dependabot[bot] (#120)
Chore: Bump rich from 14.3.1 to 14.3.2 @dependabot[bot] (#121)
Chore: Bump lfreleng-actions/tag-validate-action from 1.0.0 to 1.0.1 @dependabot[bot] (#122)

Links

Submit bugs/feature requests

v1.0.3
Breaking Change

Feat!: GitHub/Gerrit closed loop testing fixes @​ModeSevenIndustrialSolutions (#58)

New Features

Feat!: GitHub/Gerrit closed loop testing fixes @​ModeSevenIndustrialSolutions (#58)

Bug Fixes

Fix: Update PyNaCl to 1.6.2 to fix CVE-2025-69277 @​ModeSevenIndustrialSolutions (#92)

Maintenance

Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3 @dependabot[bot] (#59)
Chore: Bump actions/checkout from 6.0.0 to 6.0.1 @dependabot[bot] (#61)
Chore: Bump astral-sh/setup-uv from 7.1.4 to 7.1.5 @dependabot[bot] (#60)

... (truncated)

## Commits

7c1ba15 Merge pull request #123 from modeseven-lfreleng-actions/fix-bugs
0f556eb Fix: Address copilot feedback
e32d106 Fix: Handle shallow clone checkout failures with graduated deepening
2a36370 Fix: SSL/connection errors in Gerrit cleanup now fail the workflow
0852a67 Feat: Set verbose mode when debugging job failures
a833aa4 Fix: Pass progress_tracker as a keyword argument
b6885ad Fix: Change default console log level to WARNING
e74141e Merge pull request #122 from lfreleng-actions/dependabot/github_actions/lfrel
fb0a0c3 Chore: Bump lfreleng-actions/tag-validate-action from 1.0.0 to 1.0.1
b33f068 Merge pull request #121 from lfreleng-actions/dependabot/uv/rich-14.3.2
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] <support@github.com>
Change-Id: I67d729d9632deb6dd6b4119d05df9427262dd6b4
GitHub-PR: https://github.com/o-ran-sc/it-dep/pull/34
GitHub-Hash: 5e23cd4e00fd9ffd
Signed-off-by: oran.gh2gerrit <releng+oran-gh2gerrit@linuxfoundation.org>
.github/workflows/github2gerrit.yaml

index fe1ad67..6e66224 100644 (file)
@@ -55,7 +55,7 @@ jobs:
 
       - name: 'Run GitHub2Gerrit Action'
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/github2gerrit-action@cf7b6472cdbe26400ee2cda48c0c68d43c5244a3  # v1.0.2
+        uses: lfreleng-actions/github2gerrit-action@7c1ba15a75dd86619139a81933f4432648d97af5  # v1.0.5
         with:
           USE_PR_AS_COMMIT: true
           ALLOW_DUPLICATES: ${{ inputs.allow_duplicates }}