Bump lfreleng-actions/gerrit-review-action from 0.10.0 to 0.10.1 20/143620/1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 16 Mar 2026 11:47:46 +0000 (11:47 +0000)
committeronap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
Mon, 16 Mar 2026 11:47:47 +0000 (11:47 +0000)
## Release notes

Sourced from lfreleng-actions/gerrit-review-action's releases.

v0.10.1
πŸ› Bug Fixes πŸ›

Fix: cancelled vote-type now votes V-1 CR-1 instead of CR+1 @​askb (#72)

πŸ”§ Maintenance πŸ”§

Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3 @dependabot[bot] (#50)
Chore: Bump actions/checkout from 6.0.0 to 6.0.1 @dependabot[bot] (#49)
Chore: Bump lfreleng-actions/draft-release-promote-action @dependabot[bot] (#48)
Chore: Bump lfit/releng-reusable-workflows/.github/workflows/reuse-verify-github-actions.yaml @dependabot[bot] (#51)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#47)
Chore: Bump step-security/harden-runner from 2.13.3 to 2.14.0 @dependabot[bot] (#52)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#53)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#54)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#55)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#56)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#57)
Chore: Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 @dependabot[bot] (#59)
Chore: Bump actions/checkout from 6.0.1 to 6.0.2 @dependabot[bot] (#60)
Chore: Bump step-security/harden-runner from 2.14.0 to 2.14.1 @dependabot[bot] (#58)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#61)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#63)
Chore: Bump step-security/harden-runner from 2.14.1 to 2.14.2 @dependabot[bot] (#62)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#64)
Chore: Bump step-security/harden-runner from 2.14.2 to 2.15.0 @dependabot[bot] (#67)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#66)
Chore: Bump release-drafter/release-drafter from 6.2.0 to 6.4.0 @dependabot[bot] (#68)
Chore: Bump step-security/harden-runner from 2.15.0 to 2.15.1 @dependabot[bot] (#69)
Chore: Bump shimataro/ssh-key-action from 2.7.0 to 2.8.0 @dependabot[bot] (#65)
Chore: pre-commit autoupdate @pre-commit-ci[bot] (#70)

πŸŽ“ Code Quality πŸŽ“

CI: Update release drafter configuration and workflow @​tykeal (#73)

Links

Submit bugs/feature requests

## Commits

30c04bc Merge pull request #73 from tykeal/update_release-drafter
2563022 CI: Update release drafter configuration and workflow
deacab8 Merge pull request #72 from askb/fix/cancelled-vote-cr-minus1
2d2cf85 Fix: cancelled vote-type now votes V-1 CR-1 instead of CR+1
85ea43e Merge pull request #70 from lfreleng-actions/pre-commit-ci-update-config
0632121 Chore: pre-commit autoupdate
adca06b Merge pull request #65 from lfreleng-actions/dependabot/github_actions/shimat
23ff5dc Chore: Bump shimataro/ssh-key-action from 2.7.0 to 2.8.0
776f609 Merge pull request #69 from lfreleng-actions/dependabot/github_actions/step-s
62f9ba5 Chore: Bump step-security/harden-runner from 2.15.0 to 2.15.1
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: Ib60f945b558cf50b1da677fe19691a57f7181a3c
GitHub-PR: https://github.com/onap/doc/pull/10
GitHub-Hash: 44ca643002453820
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
.github/workflows/call-github2gerrit.yaml

index 223a5c6..5ec83f4 100644 (file)
@@ -126,7 +126,7 @@ jobs:
 
       - name: Notify job start
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/gerrit-review-action@6d2e00dfd3173cd9a36d11350c8fba44731c7b4e # v0.10.0
+        uses: lfreleng-actions/gerrit-review-action@30c04bc6a50e9508de09366a6f6d0d9ea49c5663 # v0.10.1
         with:
           host: ${{ vars.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}
@@ -209,7 +209,7 @@ jobs:
 
       - name: Report workflow conclusion
         # yamllint disable-line rule:line-length
-        uses: lfreleng-actions/gerrit-review-action@6d2e00dfd3173cd9a36d11350c8fba44731c7b4e # v0.10.0
+        uses: lfreleng-actions/gerrit-review-action@30c04bc6a50e9508de09366a6f6d0d9ea49c5663 # v0.10.1
         with:
           host: ${{ vars.GERRIT_SERVER }}
           username: ${{ vars.GERRIT_SSH_USER }}