Skip to content

Commit 0eb128e

Browse files
chore(deps): update github-actions-auto-upgrade
1 parent e9a89ec commit 0eb128e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Trunk Check
34-
uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19
34+
uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
3535
env:
3636
# NOTE: inject the GITHUB_TOKEN for the trunk managed tflint linter
3737
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
app_id: ${{ secrets.MP_BOT_APP_ID }}
2222
private_key: ${{ secrets.MP_BOT_APP_PRIVATE_KEY }}
2323

24-
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f #v4.1.3
24+
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
2525
with:
2626
token: ${{ steps.generate-token.outputs.token }}
2727
release-type: terraform-module

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ runs:
8282
8383
- name: Run Trunk Upgrade
8484
id: trunk-upgrade
85-
uses: trunk-io/trunk-action/upgrade@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19
85+
uses: trunk-io/trunk-action/upgrade@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
8686
with:
8787
github-token: ${{ steps.github-token.outputs.token }}
8888
reviewers: ${{ inputs.reviewers }}

0 commit comments

Comments
 (0)