Skip to content

Commit 4bc0a21

Browse files
chore(deps): update peter-evans/create-pull-request digest to 84ae59a (main) (cloudnative-pg#9294)
1 parent d256734 commit 4bc0a21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/k8s-versions-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: github.event.inputs.limit == null || github.event.inputs.limit == 'ocp'
121121
-
122122
name: Create Pull Request if versions have been updated
123-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
123+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
124124
with:
125125
token: ${{ secrets.REPO_GHA_PAT }}
126126
title: "feat: Public Cloud K8S versions update"

.github/workflows/latest-postgres-version-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: |
7979
env.LATEST_POSTGRES_VERSION_IMAGE != env.CURRENT_POSTGRES_VERSION_IMAGE &&
8080
github.ref == 'refs/heads/main'
81-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
81+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
8282
with:
8383
token: ${{ secrets.REPO_GHA_PAT }}
8484
title: "feat: update default PostgreSQL version to ${{ env.LATEST_POSTGRES_VERSION }}"
@@ -92,7 +92,7 @@ jobs:
9292
if: |
9393
env.LATEST_POSTGRES_VERSION_IMAGE == env.CURRENT_POSTGRES_VERSION_IMAGE &&
9494
github.ref == 'refs/heads/main'
95-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
95+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
9696
with:
9797
token: ${{ secrets.REPO_GHA_PAT }}
9898
title: "test: Updated Postgres versions used in E2E tests"

.github/workflows/refresh-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
make licenses
3232
3333
- name: Create Pull Request if licenses have been updated
34-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
34+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
3535
with:
3636
token: ${{ secrets.REPO_GHA_PAT }}
3737
title: "chore: refresh licenses directory"

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333
rm -fr cloudnative-pg-catalog.yaml bundle.Dockerfile *.zip bundle/
334334
335335
- name: Create Remote Pull Request
336-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
336+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7
337337
with:
338338
token: ${{ secrets.REPO_GHA_PAT }}
339339
commit-message: "operator cloudnative-pg (${{ env.VERSION }})"

0 commit comments

Comments
 (0)