Skip to content

Commit 8b3ee06

Browse files
committed
fixup! chore: pin github actions
1 parent 05fd029 commit 8b3ee06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626

2727
test:
2828
name: Test on Node.js
29-
uses: aduh95/action/.github/workflows/node-test.yaml@ee8998db82b630219be9fe7b192aac3d8cc4026e # v0.1.10
29+
uses: aduh95/action/.github/workflows/node-test.yaml@d214a4b759a3579c639a3b3126704d1b67d780f5 # v0.1.10
3030
with:
31+
actions-repository: aduh95/action
32+
actions-ref: d214a4b759a3579c639a3b3126704d1b67d780f5
3133
runs-on: ubuntu-latest, macos-latest
3234
test-command: npm run coverage:ci
3335
post-test-steps: |

0 commit comments

Comments
 (0)