Skip to content

Commit 153ac82

Browse files
authored
fix: specific hashes
1 parent 68ad6b8 commit 153ac82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1212
- run: echo "🔎 The name of your branch is ${{ github.ref }} + ${{ github.event.base_ref }} and your repository is ${{ github.repository }}."
1313
- name: Check out repository code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@e3d2460bbb42d7710191569f88069044cfb9d8cf #4.2.2
1515
with:
1616
fetch-depth: 0
1717
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
1818
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
1919
- name: Node
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #4.4.0
2121
with:
2222
node-version-file: .nvmrc
2323
- name: Application Dependencies

0 commit comments

Comments
 (0)