Skip to content

Commit

Permalink
chore(ci) remove ticls report upload to prevent a security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd authored and huwshimi committed Jul 15, 2024
1 parent f1773e9 commit 7b4ebf4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tics-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,3 @@ jobs:
curl --silent --show-error "https://canonical.tiobe.com/tiobeweb/TICS/api/public/v1/fapi/installtics/Script?cfg=default&platform=linux&url=https://canonical.tiobe.com/tiobeweb/TICS/" > install_tics.sh
. ./install_tics.sh
TICSQServer -project juju-dashboard -tmpdir /tmp/tics -branchdir .
- name: Upload TICS report
if: always()
uses: actions/upload-artifact@v4
with:
name: tics-report
path: /tmp/tics/ticstmpdir
retention-days: 7

0 comments on commit 7b4ebf4

Please sign in to comment.