We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9f244 commit 3d0284dCopy full SHA for 3d0284d
.github/workflows/tics.yml
@@ -103,7 +103,7 @@ jobs:
103
- run: go install honnef.co/go/tools/cmd/staticcheck@latest
104
105
- name: Run TiCS client analysis
106
- uses: tiobe/tics-github-action@v34429-pull_request_target
+ uses: tiobe/tics-github-action@v3
107
if: github.event_name == 'pull_request_target'
108
with:
109
mode: 'client'
@@ -115,7 +115,7 @@ jobs:
115
installTics: true
116
117
- name: Run TiCS server analysis
118
- uses: tiobe/tics-github-action@34429-pull_request_target
119
if: github.event_name != 'pull_request_target'
120
121
mode: 'qserver'
0 commit comments