Skip to content

Commit 3d0284d

Browse files
committed
ci(tics): pin tics action to v3
1 parent aa9f244 commit 3d0284d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- run: go install honnef.co/go/tools/cmd/staticcheck@latest
104104

105105
- name: Run TiCS client analysis
106-
uses: tiobe/tics-github-action@v34429-pull_request_target
106+
uses: tiobe/tics-github-action@v3
107107
if: github.event_name == 'pull_request_target'
108108
with:
109109
mode: 'client'
@@ -115,7 +115,7 @@ jobs:
115115
installTics: true
116116

117117
- name: Run TiCS server analysis
118-
uses: tiobe/tics-github-action@34429-pull_request_target
118+
uses: tiobe/tics-github-action@v3
119119
if: github.event_name != 'pull_request_target'
120120
with:
121121
mode: 'qserver'

0 commit comments

Comments
 (0)