Skip to content

Commit 53ae128

Browse files
authored
chore: Fix pinned workflow SHAs (#24)
1 parent b1a3481 commit 53ae128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Create pull request
6262
if: steps.update-go-versions.outcome == 'success'
63-
uses: peter-evans/create-pull-request@c429d67da83f94001311bba6278e7e666bb828e3 # v6
63+
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
6464
with:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
add-paths: |

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release-please:
1111
runs-on: ubuntu-latest
1212
steps:
13-
# v4.1.6
14-
- uses: googleapis/release-please-action@56e13f9a361be7d22de1d736f184387b9a59e890
13+
# v4.2.0
14+
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445
1515
with:
1616
target-branch: main

0 commit comments

Comments
 (0)