Skip to content

Commit

Permalink
feat(action): use pixee action
Browse files Browse the repository at this point in the history
Author: JesusCotlame
  • Loading branch information
JesusCotlamee committed Mar 26, 2024
1 parent cd2c06b commit 713981b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis-input-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Upload file and trigger analysis
uses: JesusCotlamee/upload-tool-results-action@12a3ab2b86ea56da8dc533a5e5e94cd010214e02
uses: pixee/upload-tool-results-action@76baca054328a3f414dd3300decc4a1cb5c87fd5
with:
tool: 'sonar'
pr-number: ${{ github.event.inputs.pr-number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analysis-input-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Upload file and trigger analysis
uses: JesusCotlamee/upload-tool-results-action@12a3ab2b86ea56da8dc533a5e5e94cd010214e02
uses: pixee/upload-tool-results-action@76baca054328a3f414dd3300decc4a1cb5c87fd5
with:
tool: 'sonar'
file: pixeebot-fix-files/sonar
2 changes: 1 addition & 1 deletion .github/workflows/analysis-input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Upload file and trigger analysis
uses: JesusCotlamee/upload-tool-results-action@12a3ab2b86ea56da8dc533a5e5e94cd010214e02
uses: pixee/upload-tool-results-action@76baca054328a3f414dd3300decc4a1cb5c87fd5
with:
tool: 'sonar'

0 comments on commit 713981b

Please sign in to comment.