Skip to content

Commit

Permalink
Merge pull request #70 from CPS-IT/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…paambaati/codeclimate-action-3.1.0

[TASK]: Bump paambaati/codeclimate-action from 3.0.0 to 3.1.0
  • Loading branch information
eliashaeussler authored Oct 15, 2022
2 parents 7f545bd + 38f3744 commit 25e9dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
working-directory: .Build/log/coverage
run: sed -i 's#/home/runner/work/handlebars/handlebars#${{ github.workspace }}#g' clover.xml
- name: CodeClimate report
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v3.1.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit 25e9dcb

Please sign in to comment.