From 2bcf2663bce1d415b5456d9d74cc72083416aeae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 16:15:09 +0000 Subject: [PATCH] chore: update actions/create-github-app-token action to v2 --- .github/workflows/build_server.yml | 2 +- .github/workflows/build_web.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/stage.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_server.yml b/.github/workflows/build_server.yml index f3367408d3..b095d013ee 100644 --- a/.github/workflows/build_server.yml +++ b/.github/workflows/build_server.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index f7e8195dd7..d3928eac71 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -124,7 +124,7 @@ jobs: env: ARTIFACT: reearth-web_${{ inputs.name }}.tar.gz steps: - - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e72c9f9380..d6803d9f4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/release' steps: - - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 03e5a4c0fe..5898987941 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: - - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }}