From d9d94814bb5a3afd5ee7fef773f67ebd936e2f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:33:10 +0000 Subject: [PATCH] Bump lfreleng-actions/nexus-publish-action from 0.1.4 to 0.1.5 Bumps [lfreleng-actions/nexus-publish-action](https://github.com/lfreleng-actions/nexus-publish-action) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/lfreleng-actions/nexus-publish-action/releases) - [Commits](https://github.com/lfreleng-actions/nexus-publish-action/compare/b53a4638789cba03279c97aeab7f0ce10dbfa991...1459938e4a6d52ac6ce7e5fb566ff80b4660b371) --- updated-dependencies: - dependency-name: lfreleng-actions/nexus-publish-action dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-maven-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-maven-merge.yaml b/.github/workflows/gerrit-maven-merge.yaml index e3b0282f94..d22701cc79 100644 --- a/.github/workflows/gerrit-maven-merge.yaml +++ b/.github/workflows/gerrit-maven-merge.yaml @@ -124,7 +124,7 @@ jobs: path: "${{ github.workspace }}/m2repo" - name: Publish to Nexus # yamllint disable-line rule:line-length - uses: lfreleng-actions/nexus-publish-action@b53a4638789cba03279c97aeab7f0ce10dbfa991 # v0.1.4 + uses: lfreleng-actions/nexus-publish-action@1459938e4a6d52ac6ce7e5fb566ff80b4660b371 # v0.1.5 with: nexus_server: ${{ vars.NEXUS_SERVER }} nexus_username: ${{ secrets.NEXUS_USERNAME }}