Skip to content

Commit

Permalink
Merge pull request #459 from Ecwid/ECWID-156302
Browse files Browse the repository at this point in the history
Update deprecated github actions
  • Loading branch information
mvgreen authored Jan 28, 2025
2 parents 2f0d957 + 22db2cd commit 49ee53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
${{ github.workspace }}/build/reports/detekt/detekt.html
- name: Upload static analysis results
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: ${{ github.workspace }}/build/reports/detekt/detekt.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GRGIT_PASS: ${{ secrets.GRGIT_PASS }}

- name: Upload static analysis results
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: ${{ github.workspace }}/build/reports/detekt/detekt.sarif
Expand Down

0 comments on commit 49ee53e

Please sign in to comment.