We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 267fe27 + 127e908 commit fcaa1e6Copy full SHA for fcaa1e6
1 file changed
.github/workflows/linux.yml
@@ -26,12 +26,12 @@ jobs:
26
27
name: Ruby ${{ matrix.ruby }} and MongoDB ${{ matrix.mongodb-version }} on ${{ matrix.os }}
28
steps:
29
- - uses: actions/checkout@v3
30
- - uses: ruby/setup-ruby@v1
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298.0
31
with:
32
ruby-version: ${{ matrix.ruby }}
33
- name: Start MongoDB
34
- uses: supercharge/mongodb-github-action@1.8.0
+ uses: supercharge/mongodb-github-action@538a4d2a1041920c47630172445cb688592d6e51 # v1.8.0
35
36
mongodb-version: ${{ matrix.mongodb-version }}
37
- name: unit testing
0 commit comments