Skip to content

Commit

Permalink
ci(tics): pin tics action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Jan 17, 2025
1 parent aa9f244 commit 3d0284d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- run: go install honnef.co/go/tools/cmd/staticcheck@latest

- name: Run TiCS client analysis
uses: tiobe/tics-github-action@v34429-pull_request_target
uses: tiobe/tics-github-action@v3
if: github.event_name == 'pull_request_target'
with:
mode: 'client'
Expand All @@ -115,7 +115,7 @@ jobs:
installTics: true

- name: Run TiCS server analysis
uses: tiobe/tics-github-action@34429-pull_request_target
uses: tiobe/tics-github-action@v3
if: github.event_name != 'pull_request_target'
with:
mode: 'qserver'
Expand Down

0 comments on commit 3d0284d

Please sign in to comment.