@@ -298,7 +298,7 @@ jobs:
298298 sink : ${{ steps.params.outputs.sink }}
299299 steps :
300300 - name : Set test parameters
301- uses : TykTechnologies/github-actions/.github/actions/tests/test-controller@f867e501af8d103dd4b2a43a53f15c72d7de180f # main
301+ uses : TykTechnologies/github-actions/.github/actions/tests/test-controller@d3fa20888fa2878e877e22bb7702141217290e7c # main
302302 id : params
303303 with :
304304 variation : ${{ env.VARIATION }}
@@ -338,11 +338,11 @@ jobs:
338338 # Only ${{ github.actor }} has access
339339 # See https://github.com/mxschmitt/action-tmate#use-registered-public-ssh-keys
340340 - name : Fetch environment from tyk-pro
341- uses : TykTechnologies/github-actions/.github/actions/tests/checkout-tyk-pro@f867e501af8d103dd4b2a43a53f15c72d7de180f # main
341+ uses : TykTechnologies/github-actions/.github/actions/tests/checkout-tyk-pro@d3fa20888fa2878e877e22bb7702141217290e7c # main
342342 with :
343343 org_gh_token : ${{ github.token }}
344344 - name : Set up test environment
345- uses : TykTechnologies/github-actions/.github/actions/tests/env-up@f867e501af8d103dd4b2a43a53f15c72d7de180f # main
345+ uses : TykTechnologies/github-actions/.github/actions/tests/env-up@d3fa20888fa2878e877e22bb7702141217290e7c # main
346346 timeout-minutes : 5
347347 id : env_up
348348 with :
@@ -352,18 +352,18 @@ jobs:
352352 TYK_DB_LICENSEKEY : ${{ secrets.DASH_LICENSE }}
353353 TYK_MDCB_LICENSE : ${{ secrets.MDCB_LICENSE }}
354354 - name : Choose test code branch
355- uses : TykTechnologies/github-actions/.github/actions/tests/choose-test-branch@f867e501af8d103dd4b2a43a53f15c72d7de180f # main
355+ uses : TykTechnologies/github-actions/.github/actions/tests/choose-test-branch@d3fa20888fa2878e877e22bb7702141217290e7c # main
356356 with :
357357 test_folder : api
358358 org_gh_token : ${{ secrets.ORG_GH_TOKEN }}
359359 - name : Run API tests
360- uses : TykTechnologies/github-actions/.github/actions/tests/api-tests@f867e501af8d103dd4b2a43a53f15c72d7de180f # main
360+ uses : TykTechnologies/github-actions/.github/actions/tests/api-tests@d3fa20888fa2878e877e22bb7702141217290e7c # main
361361 timeout-minutes : 30
362362 id : test_execution
363363 with :
364364 user_api_secret : ${{ steps.env_up.outputs.USER_API_SECRET }}
365365 - name : Generate test reports and collect logs
366- uses : TykTechnologies/github-actions/.github/actions/tests/reporting@f867e501af8d103dd4b2a43a53f15c72d7de180f # main
366+ uses : TykTechnologies/github-actions/.github/actions/tests/reporting@d3fa20888fa2878e877e22bb7702141217290e7c # main
367367 if : always() && (steps.test_execution.conclusion != 'skipped')
368368 with :
369369 report_xml : ' true'
@@ -517,7 +517,7 @@ jobs:
517517 push : false
518518 sbom :
519519 needs : goreleaser
520- uses : TykTechnologies/github-actions/.github/workflows/sbom.yaml@f867e501af8d103dd4b2a43a53f15c72d7de180f # main
520+ uses : TykTechnologies/github-actions/.github/workflows/sbom.yaml@d3fa20888fa2878e877e22bb7702141217290e7c # main
521521 secrets :
522522 DEPDASH_URL : ${{ secrets.DEPDASH_URL }}
523523 DEPDASH_KEY : ${{ secrets.DEPDASH_KEY }}
0 commit comments