diff --git a/.github/workflows/build_push_image.yml b/.github/workflows/build_push_image.yml index 0a9e051..3c55757 100644 --- a/.github/workflows/build_push_image.yml +++ b/.github/workflows/build_push_image.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Generate authentication token with GitHub App - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: generate-token with: app-id: ${{ secrets.VERIFIED_COMMIT_ID }} diff --git a/.github/workflows/update_flutter_dependencies.yml b/.github/workflows/update_flutter_dependencies.yml index 4b86975..28e1819 100644 --- a/.github/workflows/update_flutter_dependencies.yml +++ b/.github/workflows/update_flutter_dependencies.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Generate authentication token with GitHub App - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: generate-token with: app-id: ${{ secrets.VERIFIED_COMMIT_ID }} diff --git a/.github/workflows/update_flutter_version.yml b/.github/workflows/update_flutter_version.yml index 76d9a0a..074e160 100644 --- a/.github/workflows/update_flutter_version.yml +++ b/.github/workflows/update_flutter_version.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Generate authentication token with GitHub App - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: generate-token with: app-id: ${{ secrets.VERIFIED_COMMIT_ID }}