@@ -25,14 +25,14 @@ jobs:
2525
2626 steps :
2727 - name : Checkout local github actions
28- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
28+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2929 with :
3030 ref : ${{ env.BRANCH_NAME }}
3131 fetch-depth : 0
3232
3333 - name : Generate a token to authenticate regression testing
3434 id : generate-token
35- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
35+ uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
3636 with :
3737 app-id : ${{ vars.REGRESSION_TESTS_APP_ID }}
3838 private-key : ${{ secrets.REGRESSION_TESTS_PEM }}
4545
4646 # using git commit sha for version of action to ensure we have stable version
4747 - name : Install asdf
48- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
48+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
4949 with :
5050 asdf_version : ${{ steps.asdf-version.outputs.version }}
5151
5959 ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
6060
6161 - name : Install asdf dependencies in .tool-versions
62- uses : asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
62+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6363 with :
6464 asdf_version : ${{ steps.asdf-version.outputs.version }}
6565 env :
7373 GITHUB-TOKEN : ${{ steps.generate-token.outputs.token }}
7474 run : |
7575 if [[ "$TARGET_ENVIRONMENT" != "prod" && "$TARGET_ENVIRONMENT" != "ref" ]]; then
76- REGRESSION_TEST_REPO_TAG="v3.4.35 " # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
77- REGRESSION_TEST_WORKFLOW_TAG="v3.4.24 " # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
76+ REGRESSION_TEST_REPO_TAG="v3.5.10 " # This is the tag or branch of the regression test code to run, usually a version tag like v3.1.0 or a branch name
77+ REGRESSION_TEST_WORKFLOW_TAG="v3.5.10 " # This is the tag of the github workflow to run, usually the same as REGRESSION_TEST_REPO_TAG
7878
7979 if [[ -z "$REGRESSION_TEST_REPO_TAG" || -z "$REGRESSION_TEST_WORKFLOW_TAG" ]]; then
8080 echo "Error: One or both tag variables are not set" >&2
0 commit comments