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

SEC-090: Automated trusted workflow pinning (2023-03-14) #2475

Open
wants to merge 1 commit into
base: master
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
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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: tsccr: could not find entry for 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- name: Merge `master` branch
uses: everlytic/[email protected]
uses: everlytic/[email protected] # TSCCR: tsccr: could not find entry for everlytic/branch-merge
id: branch-merge
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down