Skip to content

Commit

Permalink
Merge pull request #314 from tiobe/dependabot/github_actions/tiobe/ti…
Browse files Browse the repository at this point in the history
…cs-github-action-3

Bump tiobe/tics-github-action from 2 to 3
  • Loading branch information
janssen-tiobe authored Jun 6, 2024
2 parents 7d83149 + a158369 commit ec10b92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/tics-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
- run: npm run test:coverage
env:
INPUT_GITHUBTOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install and run TICSQSERVER
env:
TICSAUTHTOKEN: ${{ secrets.EBOIT_ANALYZER_TOKEN }}
run: |
. <(curl --silent --show-error "https://eboit.tiobe.com/tiobeweb/TICS/api/public/v1/fapi/installtics/Script?cfg=main&platform=linux&url=https://eboit.tiobe.com/tiobeweb/TICS/")
TICSQServer -project 'GitHub' -branchdir .
- name: Run TICSQSERVER
uses: tiobe/tics-github-action@v3
with:
mode: qserver
project: GitHub
branchdir: .
viewerUrl: https://eboit.tiobe.com/tiobeweb/TICS/api/cfg?name=main
ticsAuthToken: ${{ secrets.EBOIT_ANALYZER_TOKEN }}
installTics: true
7 changes: 3 additions & 4 deletions .github/workflows/tics-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
env:
INPUT_GITHUBTOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: TICS GitHub Action
uses: tiobe/tics-github-action@v2
uses: tiobe/tics-github-action@v3
with:
projectName: GitHub
ticsConfiguration: https://eboit.tiobe.com/tiobeweb/TICS/api/cfg?name=main
project: GitHub
viewerUrl: https://eboit.tiobe.com/tiobeweb/TICS/api/cfg?name=main
ticsAuthToken: ${{ secrets.EBOIT_CLIENT_TOKEN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
installTics: true

0 comments on commit ec10b92

Please sign in to comment.