Skip to content

Commit 3a435b5

Browse files
committed
Pin third-party GitHub actions
1 parent 8104089 commit 3a435b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
DISPLAY: ":99.0"
4747

4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
5050
- name: Set up Ruby
51-
uses: ruby/setup-ruby@v1
51+
uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
5252
with:
5353
ruby-version: ${{ matrix.ruby }}
5454
# runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)