Skip to content

Commit

Permalink
Bump CI Debugger version (#582)
Browse files Browse the repository at this point in the history
Reverts #581. This removes the need to specify the `trunk-version`.
  • Loading branch information
TylerJang27 authored Dec 8, 2023
1 parent 121ed96 commit d884127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/actions/linter_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ runs:
- name: Run plugin tests
if: runner.os != 'Windows'
# trunk-ignore(semgrep/yaml.github-actions.security.third-party-action-not-pinned-to-commit-sha.third-party-action-not-pinned-to-commit-sha)
uses: trunk-io/breakpoint@v1
uses: trunk-io/breakpoint@v1.3.0
with:
breakpoint-id: trunk-plugins-linter-tests
shell: bash
working-directory: ${{ inputs.path }}
trunk-token: ${{ inputs.trunk-token }}
trunk-version: 1.18.0
org: trunk-staging-org
run: npm test ${{ inputs.append-args }} ${{ env.PLATFORM_APPEND_ARGS }} --ci
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/tool_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ runs:
- name: Run plugin tests
if: runner.os != 'Windows'
# trunk-ignore(semgrep/yaml.github-actions.security.third-party-action-not-pinned-to-commit-sha.third-party-action-not-pinned-to-commit-sha)
uses: trunk-io/breakpoint@v1
uses: trunk-io/breakpoint@v1.3.0
with:
breakpoint-id: trunk-plugins-tool-tests
shell: bash
working-directory: ${{ inputs.path }}
trunk-token: ${{ inputs.trunk-token }}
trunk-version: 1.18.0
org: trunk-staging-org
run: npm test ${{ inputs.append-args }} ${{ env.PLATFORM_APPEND_ARGS }} --ci
env:
Expand Down

0 comments on commit d884127

Please sign in to comment.