Skip to content

Commit

Permalink
Merge pull request #8 from manhtukhang/dependabot/github_actions/paam…
Browse files Browse the repository at this point in the history
…baati/codeclimate-action-5.0.0

chore(deps): bump paambaati/codeclimate-action from 3.0.0 to 5.0.0
  • Loading branch information
manhtukhang authored Mar 30, 2024
2 parents fc57121 + 692914d commit aa8f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: mkdir -p github.com/${{ github.repository_owner }} && ln -sf $(pwd) github.com/${{ github.repository }}
- name: Test & publish code coverage
if: github.event_name != 'pull_request'
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit aa8f346

Please sign in to comment.