Skip to content
Prev Previous commit
Next Next commit
Update upload-sarif ref/sha input test
We are already testing the analyze Action in a separate check.
  • Loading branch information
henrymercer committed Jun 11, 2024
commit 485d096a80ff1c2b25522171a0ea10a0aaf6c876
4 changes: 0 additions & 4 deletions .github/workflows/__upload-ref-sha-input.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions pr-checks/checks/upload-ref-sha-input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ steps:
- name: Build code
shell: bash
run: ./build.sh
- uses: ./../action/analyze
with:
ref: 'refs/heads/main'
sha: '5e235361806c361d4d3f8859e3c897658025a9a2'
- uses: ./../action/upload-sarif
with:
ref: 'refs/heads/main'
Expand Down