From b40d11734f1c103effcb1e00023891c4e3170d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:20:12 +0200 Subject: [PATCH] Bump apache/skywalking-eyes from 0.5.0 to 0.6.0 (#64952) Bumps [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/apache/skywalking-eyes/releases) - [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md) - [Commits](https://github.com/apache/skywalking-eyes/compare/6b2529214f6b1ccee3ec92bb0adfeabf6f66f538...cd7b195c51fd3d6ad52afceb760719ddc6b3ee91) --- updated-dependencies: - dependency-name: apache/skywalking-eyes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index bb73d8706f41..4e3ab8f8183b 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -79,7 +79,7 @@ jobs: echo "result=skip" >> $GITHUB_OUTPUT fi - name: Check license Headers - uses: apache/skywalking-eyes/header@6b2529214f6b1ccee3ec92bb0adfeabf6f66f538 + uses: apache/skywalking-eyes/header@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 if: ${{ steps.get-modified-files.outputs.result == 'success' }} vib-verify: runs-on: ubuntu-latest