File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,6 @@ jobs:
263
263
- review-secrets
264
264
- semgrep
265
265
- run-unit-tests-3_7
266
- - fossa-scan
267
- - get-called-ref
268
266
strategy :
269
267
fail-fast : false
270
268
matrix :
@@ -276,9 +274,10 @@ jobs:
276
274
contents : write
277
275
packages : read
278
276
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 }}
282
281
SA_GH_USER_NAME : ${{ secrets.SA_GH_USER_NAME }}
283
282
SA_GH_USER_EMAIL : ${{ secrets.SA_GH_USER_EMAIL }}
284
283
SA_GPG_PRIVATE_KEY : ${{ secrets.SA_GPG_PRIVATE_KEY }}
@@ -288,10 +287,6 @@ jobs:
288
287
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
289
288
ucc_modinput_functional : ${{ needs.test-inventory.outputs.ucc_modinput_functional}}
290
289
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) }}
295
290
296
291
virustotal :
297
292
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments