Skip to content

Commit

Permalink
CI: Stop commiting SASTScan output
Browse files Browse the repository at this point in the history
In practice, this is not useful and SASTScan should be replaced, in any
case.
  • Loading branch information
daniel-ac-martin committed Jan 2, 2025
1 parent abb6522 commit 45b13cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/update-built-files/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ runs:
if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', inputs.baseline-branch) }}
run: |
git add -f pnpm-lock.yaml
git add -f reports/.sastscan.baseline
git commit -m "[skip ci] Update built files"
git push

0 comments on commit 45b13cd

Please sign in to comment.