From 3399fac9a1a988a1ab587f794f63f3e550388b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:06:56 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.0 to 2.2.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/7e473efe3cb98aa54f8d4bac15400b15fad77d94...29824e69f54612133e76f7eaac726eef6c875baf) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-test-lint.yml | 2 +- .github/workflows/providers.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index 8ce81ce94b..8e75893243 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -217,7 +217,7 @@ jobs: # fetch a token for the mondoo-mergebot app - name: Generate token id: generate-token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ secrets.MONDOO_MERGEBOT_APP_ID }} private-key: ${{ secrets.MONDOO_MERGEBOT_APP_PRIVATE_KEY }} diff --git a/.github/workflows/providers.yaml b/.github/workflows/providers.yaml index 37c427dc61..f5a05d0064 100644 --- a/.github/workflows/providers.yaml +++ b/.github/workflows/providers.yaml @@ -230,7 +230,7 @@ jobs: steps: - name: Generate token id: generate-token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ secrets.MONDOO_MERGEBOT_APP_ID }} private-key: ${{ secrets.MONDOO_MERGEBOT_APP_PRIVATE_KEY }}