Update upload-sarif ref/sha input test
We are already testing the analyze Action in a separate check.
This commit is contained in:
parent
12243c759f
commit
485d096a80
2 changed files with 0 additions and 8 deletions
4
.github/workflows/__upload-ref-sha-input.yml
generated
vendored
4
.github/workflows/__upload-ref-sha-input.yml
generated
vendored
|
|
@ -70,10 +70,6 @@ jobs:
|
||||||
- name: Build code
|
- name: Build code
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- uses: ./../action/analyze
|
|
||||||
with:
|
|
||||||
ref: refs/heads/main
|
|
||||||
sha: 5e235361806c361d4d3f8859e3c897658025a9a2
|
|
||||||
- uses: ./../action/upload-sarif
|
- uses: ./../action/upload-sarif
|
||||||
with:
|
with:
|
||||||
ref: refs/heads/main
|
ref: refs/heads/main
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,6 @@ steps:
|
||||||
- name: Build code
|
- name: Build code
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- uses: ./../action/analyze
|
|
||||||
with:
|
|
||||||
ref: 'refs/heads/main'
|
|
||||||
sha: '5e235361806c361d4d3f8859e3c897658025a9a2'
|
|
||||||
- uses: ./../action/upload-sarif
|
- uses: ./../action/upload-sarif
|
||||||
with:
|
with:
|
||||||
ref: 'refs/heads/main'
|
ref: 'refs/heads/main'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue