Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Result of tsccr-helper -pin-all-workflows .
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-tsccr[bot] committed Apr 11, 2023
1 parent a431bcf commit 85723bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
containers: [1, 2, 3]
steps:
- name: Checkout 🛎
uses: actions/checkout@v1
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: '16'
# Get the branch name from the commit SHA
- name: Set branch name
run: echo "BRANCH=$(git name-rev --name-only $GITHUB_SHA | awk -F / '{print $3}')" >> $GITHUB_ENV
- name: Run Cypress 🌲
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v2 # TSCCR: no entry for repository "cypress-io/github-action"
with:
browser: chrome
headless: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-staging-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v2
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0

- name: Merge `master` branch
uses: everlytic/branch-merge@1.1.2
uses: everlytic/branch-merge@1.1.2 # TSCCR: no entry for repository "everlytic/branch-merge"
id: branch-merge
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 85723bf

Please sign in to comment.