From 4759dbf257d4ea4c60646e7ed02423e9a68a7f1a Mon Sep 17 00:00:00 2001 From: "my-renovate[bot]" <105243867+my-renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 00:53:24 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.10.4 --- .github/workflows/release-please.yml | 2 +- .github/workflows/renovate-pr.yml | 2 +- .github/workflows/renovate.yml | 2 +- .github/workflows/semantic-pull-request.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1a7daae6b..848af30a7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 id: app-token with: app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }} diff --git a/.github/workflows/renovate-pr.yml b/.github/workflows/renovate-pr.yml index 8782f9620..7791c4c19 100644 --- a/.github/workflows/renovate-pr.yml +++ b/.github/workflows/renovate-pr.yml @@ -54,7 +54,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 id: app-token with: app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index a73d3217d..f89a8be7c 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -49,7 +49,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 id: app-token with: app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }} diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 598010d72..e5de0aa2d 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -16,7 +16,7 @@ jobs: semantic-pull-request: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 id: app-token with: app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}