From 7f59f5fd1673d596cc8ba4c6ae77d129ae0a9a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 05:40:18 +0000 Subject: [PATCH] build(deps): bump actions/create-github-app-token from 2.0.3 to 2.0.6 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/30bf6253fa41bdc8d1501d202ad15287582246b4...df432ceedc7162793a195dd1713ff69aefc7379e) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/label-notifications.yml | 2 +- .github/workflows/projects.yml | 2 +- .github/workflows/regressions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label-notifications.yml b/.github/workflows/label-notifications.yml index 5bc016593..ace636b79 100644 --- a/.github/workflows/label-notifications.yml +++ b/.github/workflows/label-notifications.yml @@ -50,7 +50,7 @@ jobs: - name: Generate GitHub App Token id: token - uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }} diff --git a/.github/workflows/projects.yml b/.github/workflows/projects.yml index 314a28d29..40e9737a8 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Generate GitHub App Token id: token - uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }} diff --git a/.github/workflows/regressions.yml b/.github/workflows/regressions.yml index bc697580b..3d2697f8e 100644 --- a/.github/workflows/regressions.yml +++ b/.github/workflows/regressions.yml @@ -50,7 +50,7 @@ jobs: - name: Generate GitHub App Token id: token - uses: actions/create-github-app-token@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2.0.3 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }}