Skip to content

Commit

Permalink
fix: security risks in the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Apr 2, 2024
1 parent eee41f4 commit 43fc276
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Node.js environment
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
with:
node-version: "20.x"
- name: Install dependencies
Expand Down

0 comments on commit 43fc276

Please sign in to comment.