Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and Pin Third Party Actions #321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_rasa_x_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down