From df50f4bdbea192da915151a9bc64f02aba6102f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:49:06 +0000 Subject: [PATCH] Chore: Bump lfreleng-actions/repository-metadata-action from 0.1.2 to 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bumps lfreleng-actions/repository-metadata-action from 0.1.2 to 0.2.0. ## Release notes Sourced from lfreleng-actions/repository-metadata-action's releases. v0.2.0 Breaking Change Refactor!: Convert to Python, capture Gerrit environment parameters @​ModeSevenIndustrialSolutions (#20) Maintenance Chore: Bump actions/checkout from 5.0.1 to 6.0.0 @dependabot[bot] (#15) Chore: Bump lfreleng-actions/draft-release-promote-action @dependabot[bot] (#16) Chore: Fix tables in markdown documents @​ModeSevenIndustrialSolutions (#17) Chore: pre-commit autoupdate @pre-commit-ci[bot] (#18) Chore: Bump actions/checkout from 6.0.0 to 6.0.1 @dependabot[bot] (#24) Chore: Bump step-security/harden-runner from 2.13.2 to 2.13.3 @dependabot[bot] (#23) Chore: Bump lfit/releng-reusable-workflows/.github/workflows/reuse-verify-github-actions.yaml @dependabot[bot] (#22) Chore: pre-commit autoupdate @pre-commit-ci[bot] (#21) Chore: Bump step-security/harden-runner from 2.13.3 to 2.14.0 @dependabot[bot] (#26) Chore: Bump actions/cache from 4.3.0 to 5.0.1 @dependabot[bot] (#28) Chore: Bump actions/upload-artifact from 5.0.0 to 6.0.0 @dependabot[bot] (#27) Chore: pre-commit autoupdate @pre-commit-ci[bot] (#29) Chore: pre-commit autoupdate @pre-commit-ci[bot] (#30) Chore: Update repository linting setup @​ModeSevenIndustrialSolutions (#31) Refactor!: Convert to Python, capture Gerrit environment parameters @​ModeSevenIndustrialSolutions (#20) Links Submit bugs/feature requests ## Commits ceabcd9 Merge pull request #20 from modeseven-lfreleng-actions/gerrit-metadata f741239 Refactor!: Convert to Python, capture Gerrit environment parameters 9354e39 Merge pull request #31 from modeseven-lfreleng-actions/update-linting e05b33e Chore: Update repository linting setup b31c482 Merge pull request #30 from lfreleng-actions/pre-commit-ci-update-config a6d41ba Chore: pre-commit autoupdate 5dd8b10 Merge pull request #29 from lfreleng-actions/pre-commit-ci-update-config 477b08a Chore: pre-commit autoupdate e0c6f10 Merge pull request #27 from lfreleng-actions/dependabot/github_actions/action 7abc303 Merge pull request #28 from lfreleng-actions/dependabot/github_actions/action 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) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) Change-Id: I600a319096e483f8b2ce1d0fe389b1b814399daf --- ## Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] Change-Id: I265e7e988fd5b72092ad031817b7a8f0b7510bc3 GitHub-PR: https://github.com/o-ran-sc/it-dep/pull/29 GitHub-Hash: b9ffd13fe50a92fd Signed-off-by: oran.gh2gerrit --- .github/workflows/gerrit-merge-release-itdep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-merge-release-itdep.yaml b/.github/workflows/gerrit-merge-release-itdep.yaml index dda3fb55..52e2e5ee 100644 --- a/.github/workflows/gerrit-merge-release-itdep.yaml +++ b/.github/workflows/gerrit-merge-release-itdep.yaml @@ -50,7 +50,7 @@ jobs: - name: "Gather repository metadata" id: repo-metadata # yamllint disable-line rule:line-length - uses: lfreleng-actions/repository-metadata-action@5fd432a3a4593f838a8a51e39be81c9afb250e0b # v0.1.2 + uses: lfreleng-actions/repository-metadata-action@ceabcd987d13d7bfefd2372e01eebb0ddac45956 # v0.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} generate_summary: 'false' -- 2.16.6