diff --git a/.github/workflows/__ref-commit-input.yml b/.github/workflows/__ref-commit-input.yml index 696106cba..14b28ce8a 100644 --- a/.github/workflows/__ref-commit-input.yml +++ b/.github/workflows/__ref-commit-input.yml @@ -57,12 +57,14 @@ jobs: with: ref: refs/heads/main sha: dc1e2655b666a6d3624deba0983c9e6105d92dd4 + category: analyze env: TEST_MODE: true - uses: ./../action/upload-sarif with: ref: refs/heads/main sha: dc1e2655b666a6d3624deba0983c9e6105d92dd4 + category: upload env: TEST_MODE: true env: diff --git a/pr-checks/checks/ref-commit-input.yml b/pr-checks/checks/ref-commit-input.yml index 3876fd45b..77f73d13e 100644 --- a/pr-checks/checks/ref-commit-input.yml +++ b/pr-checks/checks/ref-commit-input.yml @@ -13,11 +13,13 @@ steps: with: ref: 'refs/heads/main' sha: 'dc1e2655b666a6d3624deba0983c9e6105d92dd4' + category: 'analyze' env: TEST_MODE: true - uses: ./../action/upload-sarif with: ref: 'refs/heads/main' sha: 'dc1e2655b666a6d3624deba0983c9e6105d92dd4' + category: 'upload' env: TEST_MODE: true