Skip to content

Commit

Permalink
Updated static analysis action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Golasowski committed Oct 9, 2024
1 parent 918d4c1 commit b36dc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: whisperity/codechecker-analysis-action@v1
id: codechecker
with:
config: $GITHUB_WORKSPACE/codechecker_config.json
build-command: $GITHUB_WORKSPACE/codechecker_build.sh
config: ./codechecker_config.json
build-command: ./codechecker_build.sh

- name: Upload results artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b36dc22

Please sign in to comment.