From aa2297ec92e561d3f018ce0c0453c8700a8249fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:08:49 +0200 Subject: [PATCH] Bump apache/skywalking-eyes from 0.4.0 to 0.5.0 (#407) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump apache/skywalking-eyes from 0.4.0 to 0.5.0 Bumps [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) from 0.4.0 to 0.5.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/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: apache/skywalking-eyes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Apply https://github.com/jupyterlab/jupyterlab/pull/15072 fix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval --- .github/workflows/fix-license-header.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fix-license-header.yml b/.github/workflows/fix-license-header.yml index f59be411..081f8e89 100644 --- a/.github/workflows/fix-license-header.yml +++ b/.github/workflows/fix-license-header.yml @@ -26,7 +26,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Fix License Header - uses: apache/skywalking-eyes/header@v0.4.0 + # pin to include https://github.com/apache/skywalking-eyes/pull/168 + uses: apache/skywalking-eyes/header@e19b828cea6a6027cceae78f05d81317347d21be with: mode: fix