diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 6b12d05..d1350be 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -124,7 +124,7 @@ jobs: env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix') - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 id: cpr with: token: ${{ secrets.FIXIMUS_TOKEN || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/version-maintenance.yml b/.github/workflows/version-maintenance.yml index a063e54..6ce5c7d 100644 --- a/.github/workflows/version-maintenance.yml +++ b/.github/workflows/version-maintenance.yml @@ -49,7 +49,7 @@ jobs: - name: Create Pull Request if: steps.action-versioning.outputs.updated == 'true' - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update action references to ${{ steps.version.outputs.major }}' diff --git a/compress-images/action.yml b/compress-images/action.yml index 8d5178d..674e134 100644 --- a/compress-images/action.yml +++ b/compress-images/action.yml @@ -163,7 +163,7 @@ runs: - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != '' - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: token: ${{ inputs.token }} title: 'chore: compress images' diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 2ccd660..6c08907 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -702,7 +702,7 @@ runs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 id: cpr if: env.APPLY_FIXES_IF_PR == 'true' with: