From 2f8601ad2e6e585debc0364a1b0eea8bbc9d5e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 03:21:11 +0000 Subject: [PATCH] chore(deps): bump sonatype-nexus-community/nancy-github-action Bumps [sonatype-nexus-community/nancy-github-action](https://github.com/sonatype-nexus-community/nancy-github-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/sonatype-nexus-community/nancy-github-action/releases) - [Commits](https://github.com/sonatype-nexus-community/nancy-github-action/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: sonatype-nexus-community/nancy-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency.yml b/.github/workflows/dependency.yml index 0a403d9..acd05a5 100644 --- a/.github/workflows/dependency.yml +++ b/.github/workflows/dependency.yml @@ -20,6 +20,6 @@ jobs: run: go list -json -m all > go.list - name: Run nancy - uses: sonatype-nexus-community/nancy-github-action@v1.0.2 + uses: sonatype-nexus-community/nancy-github-action@v1.0.3 continue-on-error: true