From 6f34c7fd8be56fe3092cbf25ad5c83f01609e569 Mon Sep 17 00:00:00 2001 From: Jamie MacDonald Date: Fri, 9 Dec 2022 14:17:58 +0000 Subject: [PATCH] Update third party actions and pin to SHA --- .github/workflows/release.yml | 2 +- .github/workflows/update_rasa_x_version.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cd3a7b1..d173058e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: # See https://github.com/helm/chart-releaser-action/issues/6 - name: Install Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 with: version: v3.10.0 diff --git a/.github/workflows/update_rasa_x_version.yml b/.github/workflows/update_rasa_x_version.yml index 0940e048..827eed62 100644 --- a/.github/workflows/update_rasa_x_version.yml +++ b/.github/workflows/update_rasa_x_version.yml @@ -66,7 +66,7 @@ jobs: echo "::set-output name=new_branch::bump-rasa-x-version-to-${LATEST_RASA_X_MINOR}-${GITHUB_SHA:0:7}" - name: Create new branch 🐣 - uses: peterjgrainger/action-create-branch@v2.0.1 + uses: peterjgrainger/action-create-branch@08259812c8ebdbf1973747f9297e332fa078d3c1 if: env.CREATE_UPDATE_PR == 'true' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -89,7 +89,7 @@ jobs: git push origin ${{ steps.get-branch-name.outputs.new_branch }} - name: Open pull request ☄️ - uses: repo-sync/pull-request@v2 + uses: repo-sync/pull-request@1b6c62644f972d1a4cf98835ed1efe728d7497a8 if: env.CREATE_UPDATE_PR == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}