Skip to content

Commit 21f0105

Browse files
chore(gha): run gha version pin rule (#10)
## what 1. trunk-upgrade.yaml:23 - Pinned `masterpointio/github-action-trunk-upgrade` ## why ## references - Testing out the new GHA version pin prompt <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Chores - Updated GitHub Actions workflow configurations for release and build automation processes to ensure improved workflow execution and consistency. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 33cb939 commit 21f0105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Create Token for MasterpointBot App
18-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a #v2.1.0
18+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
1919
id: generate-token
2020
with:
2121
app_id: ${{ secrets.MP_BOT_APP_ID }}

.github/workflows/trunk-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

2222
- name: Run Trunk Upgrade
23-
uses: masterpointio/[email protected]
23+
uses: masterpointio/github-action-trunk-upgrade@a79fd65d524d92031fe167daee411d2f25d4a999 # v0.1.0
2424
with:
2525
app-id: ${{ secrets.MP_BOT_APP_ID }}
2626
app-private-key: ${{ secrets.MP_BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)