File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,6 @@ jobs:
263263 - review-secrets
264264 - semgrep
265265 - run-unit-tests-3_7
266- - fossa-scan
267- - get-called-ref
268266 strategy :
269267 fail-fast : false
270268 matrix :
@@ -276,9 +274,10 @@ jobs:
276274 contents : write
277275 packages : read
278276 steps :
279- - uses : jenseng/dynamic-uses@v1
280- # inputs to `dynamic-uses` step
281- env :
277+ - name : Run build
278+ uses : splunk/addonfactory-workflow-addon-release/.github/actions/build@fix/lightweight-workflow-ADDON-66448
279+ with :
280+ python_version : ${{ matrix.python-version }}
282281 SA_GH_USER_NAME : ${{ secrets.SA_GH_USER_NAME }}
283282 SA_GH_USER_EMAIL : ${{ secrets.SA_GH_USER_EMAIL }}
284283 SA_GPG_PRIVATE_KEY : ${{ secrets.SA_GPG_PRIVATE_KEY }}
@@ -288,10 +287,6 @@ jobs:
288287 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
289288 ucc_modinput_functional : ${{ needs.test-inventory.outputs.ucc_modinput_functional}}
290289 modinput_functional : ${{ needs.test-inventory.outputs.modinput_functional}}
291- with :
292- uses : splunk/addonfactory-workflow-addon-release/.github/actions/build@${{ needs.get-called-ref.outputs.ref }}
293- # inputs need to provided as a valid JSON string
294- with : ${{ toJSON(env) }}
295290
296291 virustotal :
297292 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments