Skip to content

Commit 164c32d

Browse files
authored
docs: update action versions in README.md (#33)
1 parent 59e7242 commit 164c32d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
# add Socket Firewall to the runner environment
133-
- uses: socketdev/action@v1
133+
- uses: socketdev/action@ba6de6cc0565af1f42295590380973573297e31f
134134
with:
135135
mode: firewall-free
136136

137137
# setup your project (e.g. checkout, setup-node, etc...)
138-
- uses: actions/checkout@v5
138+
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
139139

140140
# example usage
141141
- run: sfw npm ci

0 commit comments

Comments
 (0)