diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 39b8522..448d3d6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Trunk Check - uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4 + uses: trunk-io/trunk-action@04ba50e7658c81db7356da96657e6e77f220bfa3 # v1.3.1 env: # NOTE: inject the GITHUB_TOKEN for the trunk managed tflint linter # https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting diff --git a/action.yml b/action.yml index ea8c68b..766516d 100644 --- a/action.yml +++ b/action.yml @@ -82,7 +82,7 @@ runs: - name: Run Trunk Upgrade id: trunk-upgrade - uses: trunk-io/trunk-action/upgrade@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4 + uses: trunk-io/trunk-action/upgrade@04ba50e7658c81db7356da96657e6e77f220bfa3 # v1.3.1 with: github-token: ${{ steps.github-token.outputs.token }} reviewers: ${{ inputs.reviewers }}