Skip to content

Commit 3f0dad5

Browse files
authored
Merge pull request #86 from timoa/fix/deps/pin-dependencies
chore(deps): pin supercharge/mongodb-github-action action to 1.7.0
2 parents 4f3caac + d028156 commit 3f0dad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm install
2828

2929
- name: Start MongoDB
30-
uses: supercharge/[email protected]
30+
uses: supercharge/mongodb-github-action@e815fd8a9dfede09fd6e6c144f2c9f4875e933df # tag=1.7.0
3131
with:
3232
mongodb-version: ${{ matrix.mongodb }}
3333
mongodb-db: encryptionAPI

0 commit comments

Comments
 (0)