From d6e1d9c531f3ecc2cbc67d73a8b2bef863309723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:33:56 +0000 Subject: [PATCH] Bump apache/skywalking-eyes from 0.8.0 to 0.9.0 Bumps [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) from 0.8.0 to 0.9.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.8.0...v0.9.0) --- updated-dependencies: - dependency-name: apache/skywalking-eyes dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/license.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index b97da4c0..abbe304e 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -65,7 +65,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Fix License Header if: ${{ ! inputs.skip-fix || inputs.skip-fix == '' }} - uses: apache/skywalking-eyes/header@v0.8.0 + uses: apache/skywalking-eyes/header@v0.9.0 with: config: ${{ inputs.license-config-path || '.github/config/.licenserc.yaml' }} mode: fix