From 5bd77529313d1b43a1abb1fd7cf41b537a79b75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:45:26 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.0 to 3.1.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/7e473efe3cb98aa54f8d4bac15400b15fad77d94...1b10c78c7865c340bc4f6099eb2f838309f1e8c3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/org.terraform-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/org.terraform-ci.yml b/.github/workflows/org.terraform-ci.yml index 89d1846e..39663d34 100644 --- a/.github/workflows/org.terraform-ci.yml +++ b/.github/workflows/org.terraform-ci.yml @@ -85,7 +85,7 @@ jobs: [ -n "${APP_PRIVATE_KEY:-}" ] || { echo "Missing secret APP_PRIVATE_KEY"; exit 1; } - name: Get GitHub App token for modules id: app-token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 with: owner: uktrade app-id: ${{ secrets.TERRAFORM_MODULE_ACCESS_APP_ID }}