From 2edf2db08dfe2a51cc65c47cd87b65b323dad474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 05:35:22 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `apache/skywalking-eyes` from 4f4281f13ebf854ebf514c1d5c3ea6797ae7e234 to 9f0a5c0571ed1a0c13a16808cd8f59bc22f03883 - [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/4f4281f13ebf854ebf514c1d5c3ea6797ae7e234...9f0a5c0571ed1a0c13a16808cd8f59bc22f03883) Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: apache/skywalking-eyes dependency-version: 9f0a5c0571ed1a0c13a16808cd8f59bc22f03883 dependency-type: direct:production dependency-group: actions - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-license-header.yml | 2 +- .github/workflows/publish-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix-license-header.yml b/.github/workflows/fix-license-header.yml index a32c4aa..edf1450 100644 --- a/.github/workflows/fix-license-header.yml +++ b/.github/workflows/fix-license-header.yml @@ -28,7 +28,7 @@ jobs: - name: Fix License Header # pin to include https://github.com/apache/skywalking-eyes/pull/168 - uses: apache/skywalking-eyes/header@4f4281f13ebf854ebf514c1d5c3ea6797ae7e234 + uses: apache/skywalking-eyes/header@9f0a5c0571ed1a0c13a16808cd8f59bc22f03883 with: mode: fix diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index c188106..d5dc89c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.APP_ID }}