File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,19 +15,15 @@ jobs:
1515 matrix :
1616 include :
1717 - os : ubuntu-latest
18- fcli_url : https://github.com/fortify/fcli/releases/download/dev_refactor.ci-rest-helpers/fcli-linux.tgz
1918 - os : windows-latest
20- fcli_url : https://github.com/fortify/fcli/releases/download/dev_refactor.ci-rest-helpers/fcli-windows.zip
2119 - os : macos-latest
22- fcli_url : https://github.com/fortify/fcli/releases/download/dev_refactor.ci-rest-helpers/fcli-mac.tgz
2320 runs-on : ${{ matrix.os }}
2421 steps :
2522 - name : Check Out Source Code
2623 uses : actions/checkout@v6
2724 - name : Run SSC CI Test
28- uses : fortify/github-action@feat/fcli-ci
25+ uses : fortify/github-action/.github/workflows/with-debug-upload-github.yml @feat/configurable-debug-upload
2926 env :
30- FCLI_URL : ${{ matrix.fcli_url }}
3127 SSC_URL : ${{ vars.FH_STAGE_SSC_URL }}
3228 SSC_USER : ${{secrets.FH_STAGE_SSC_USER}}
3329 SSC_PASSWORD : ${{secrets.FH_STAGE_SSC_PWD}}
You can’t perform that action at this time.
0 commit comments