Skip to content

Commit fcaa1e6

Browse files
authored
Merge pull request #197 from fluent/ci-sha
ci: use sha pinning to mitigate
2 parents 267fe27 + 127e908 commit fcaa1e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
name: Ruby ${{ matrix.ruby }} and MongoDB ${{ matrix.mongodb-version }} on ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@v3
30-
- uses: ruby/setup-ruby@v1
29+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
30+
- uses: ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1.298.0
3131
with:
3232
ruby-version: ${{ matrix.ruby }}
3333
- name: Start MongoDB
34-
uses: supercharge/mongodb-github-action@1.8.0
34+
uses: supercharge/mongodb-github-action@538a4d2a1041920c47630172445cb688592d6e51 # v1.8.0
3535
with:
3636
mongodb-version: ${{ matrix.mongodb-version }}
3737
- name: unit testing

0 commit comments

Comments
 (0)