Skip to content

Commit 2165240

Browse files
committed
Update workflows
1 parent a5d1b70 commit 2165240

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test2.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)