From bf0510dc220743fd06759087bcad6d34e9a178c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:39:47 +0100 Subject: [PATCH] build(deps): bump electron/github-app-auth-action from 1.1.1 to 2.0.0 (#49457) Bumps [electron/github-app-auth-action](https://github.com/electron/github-app-auth-action) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/electron/github-app-auth-action/releases) - [Commits](https://github.com/electron/github-app-auth-action/compare/384fd19694fe7b6dcc9a684746c6976ad78228ae...e14e47722ed120360649d0789e25b9baece12725) --- updated-dependencies: - dependency-name: electron/github-app-auth-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/branch-created.yml | 2 +- .github/workflows/issue-commented.yml | 2 +- .github/workflows/issue-labeled.yml | 6 +++--- .github/workflows/issue-opened.yml | 4 ++-- .github/workflows/issue-transferred.yml | 2 +- .github/workflows/issue-unlabeled.yml | 2 +- .github/workflows/pull-request-labeled.yml | 2 +- .github/workflows/stable-prep-items.yml | 2 +- .github/workflows/stale.yml | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/branch-created.yml b/.github/workflows/branch-created.yml index 8416afccff..43e091b950 100644 --- a/.github/workflows/branch-created.yml +++ b/.github/workflows/branch-created.yml @@ -68,7 +68,7 @@ jobs: done - name: Generate GitHub App token if: ${{ steps.check-major-version.outputs.MAJOR }} - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.RELEASE_BOARD_GH_APP_CREDS }} diff --git a/.github/workflows/issue-commented.yml b/.github/workflows/issue-commented.yml index 4bf5d3e7b4..14534994ec 100644 --- a/.github/workflows/issue-commented.yml +++ b/.github/workflows/issue-commented.yml @@ -21,7 +21,7 @@ jobs: AUTHOR_ASSOCIATION=$(gh api /repos/electron/electron/issues/comments/${{ github.event.comment.id }} --jq '.author_association') echo "author_association=$AUTHOR_ASSOCIATION" >> "$GITHUB_OUTPUT" - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 if: ${{ !contains(fromJSON('["MEMBER", "OWNER", "COLLABORATOR"]'), steps.get-author-association.outputs.author_association) }} id: generate-token with: diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 06a995106a..04e857627f 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} @@ -36,7 +36,7 @@ jobs: contents: read steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} @@ -69,7 +69,7 @@ jobs: fi - name: Generate GitHub App token if: ${{ steps.check-for-comment.outputs.SHOULD_COMMENT }} - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index 284724ad13..b531c29893 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -14,7 +14,7 @@ jobs: permissions: {} steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} @@ -32,7 +32,7 @@ jobs: permissions: {} steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} diff --git a/.github/workflows/issue-transferred.yml b/.github/workflows/issue-transferred.yml index 29a9c846a9..7344549237 100644 --- a/.github/workflows/issue-transferred.yml +++ b/.github/workflows/issue-transferred.yml @@ -14,7 +14,7 @@ jobs: if: ${{ !github.event.changes.new_repository.private }} steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} diff --git a/.github/workflows/issue-unlabeled.yml b/.github/workflows/issue-unlabeled.yml index 0406797052..af6425ab60 100644 --- a/.github/workflows/issue-unlabeled.yml +++ b/.github/workflows/issue-unlabeled.yml @@ -24,7 +24,7 @@ jobs: fi - name: Generate GitHub App token if: ${{ steps.check-for-blocked-labels.outputs.NOT_BLOCKED }} - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} diff --git a/.github/workflows/pull-request-labeled.yml b/.github/workflows/pull-request-labeled.yml index 129280ba23..1662057239 100644 --- a/.github/workflows/pull-request-labeled.yml +++ b/.github/workflows/pull-request-labeled.yml @@ -32,7 +32,7 @@ jobs: permissions: {} steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.RELEASE_BOARD_GH_APP_CREDS }} diff --git a/.github/workflows/stable-prep-items.yml b/.github/workflows/stable-prep-items.yml index 963a69ad17..c649eba5af 100644 --- a/.github/workflows/stable-prep-items.yml +++ b/.github/workflows/stable-prep-items.yml @@ -14,7 +14,7 @@ jobs: permissions: {} steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.RELEASE_BOARD_GH_APP_CREDS }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9c38746103..a4e4def4d3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: permissions: {} steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }} @@ -37,7 +37,7 @@ jobs: needs: stale steps: - name: Generate GitHub App token - uses: electron/github-app-auth-action@384fd19694fe7b6dcc9a684746c6976ad78228ae # v1.1.1 + uses: electron/github-app-auth-action@e14e47722ed120360649d0789e25b9baece12725 # v2.0.0 id: generate-token with: creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }}