diff --git a/.github/actions/create-signed-pull-request/action.yml b/.github/actions/create-signed-pull-request/action.yml index 0b3d8ea31e..d21377d180 100644 --- a/.github/actions/create-signed-pull-request/action.yml +++ b/.github/actions/create-signed-pull-request/action.yml @@ -72,7 +72,7 @@ runs: add_paths: ${{ inputs.add-paths }} - name: Commit and push - uses: marcus-bcl/github-app-commit-action@main # using fork until PR is merged: https://github.com/dsanders11/github-app-commit-action/pull/23 + uses: dsanders11/github-app-commit-action@43de6da2f4d927e997c0784c7a0b61bd19ad6aac # v1.5.0 with: owner: ${{ env.owner }} repository: ${{ env.repository }} diff --git a/.github/actions/format-code/action.yml b/.github/actions/format-code/action.yml index 94fe506263..62d6e667e7 100644 --- a/.github/actions/format-code/action.yml +++ b/.github/actions/format-code/action.yml @@ -93,7 +93,7 @@ runs: - name: Commit and push if: inputs.dry == 'false' - uses: dsanders11/github-app-commit-action@5c7daabae956f8143277417996b26a173439e1b7 # v1.4.1 + uses: dsanders11/github-app-commit-action@43de6da2f4d927e997c0784c7a0b61bd19ad6aac # v1.5.0 with: fail-on-no-changes: false message: ${{ inputs.commit_message }} diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2fe2f4c3cb..587ddf5bdc 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -50,7 +50,7 @@ jobs: fi - name: Commit and push - uses: dsanders11/github-app-commit-action@5c7daabae956f8143277417996b26a173439e1b7 # v1.4.1 + uses: dsanders11/github-app-commit-action@43de6da2f4d927e997c0784c7a0b61bd19ad6aac # v1.5.0 with: fail-on-no-changes: false force: true