From 238f653f6de8ca9d02a1882281c22fb7c59a54ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:44:33 +0000 Subject: [PATCH] chore(deps): bump tibdex/github-app-token from 1.8.0 to 2.1.0 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.8.0 to 2.1.0. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1.8...3beb63f4bd073e61482598c45c71c1019b59b73a) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autonotifier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autonotifier.yaml b/.github/workflows/autonotifier.yaml index 36bc600..519a5cc 100644 --- a/.github/workflows/autonotifier.yaml +++ b/.github/workflows/autonotifier.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v1 with: app_id: ${{ secrets.JENKINS_INFRA_HELPDESK_APP_ID }} private_key: ${{ secrets.JENKINS_INFRA_HELPDESK_APP_PRIVATE_KEY }}