Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #404 from deriv-com/pin-github-actions
Browse files Browse the repository at this point in the history
chore: pin github actions
  • Loading branch information
habib-deriv authored Apr 16, 2024
2 parents 0db3adb + a0ee1ad commit c28edf2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@c9067691aca4a28d6fbb40d9eea6e144369fbcae
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run tests
run: 'npm run test:ci'
- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
8 changes: 4 additions & 4 deletions .github/workflows/release-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ jobs:
- name: Install dependencies
run: npm ci

- uses: marceloprado/has-changed-path@v1.0.1
- uses: marceloprado/has-changed-path@df1b7a3161b8fb9fd8c90403c66a9e66dfde50cb
id: changed-hooks
with:
paths: libs/hooks

- uses: marceloprado/has-changed-path@v1.0.1
- uses: marceloprado/has-changed-path@df1b7a3161b8fb9fd8c90403c66a9e66dfde50cb
id: changed-providers
with:
paths: libs/providers

- uses: marceloprado/has-changed-path@v1.0.1
- uses: marceloprado/has-changed-path@df1b7a3161b8fb9fd8c90403c66a9e66dfde50cb
id: changed-components
with:
paths: libs/components

- uses: marceloprado/has-changed-path@v1.0.1
- uses: marceloprado/has-changed-path@df1b7a3161b8fb9fd8c90403c66a9e66dfde50cb
id: changed-blocks
with:
paths: libs/blocks
Expand Down

0 comments on commit c28edf2

Please sign in to comment.