diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index e82ca7a..6bd5243 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -9,7 +9,7 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: app-token with: client-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index e54fba6..ef12248 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -9,7 +9,7 @@ jobs: update-changelog: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: app-token with: client-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 2fbaf80..edd1b46 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -30,7 +30,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: app-token with: client-id: ${{ vars.APP_ID }}