Skip to content

Commit c8c478c

Browse files
committed
Use hash for github action
1 parent 2172f35 commit c8c478c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/rspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
ruby-version: ['3.2', '3.3', '3.4']
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: ruby/setup-ruby@v1
14+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
15+
- uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
1616
with:
1717
ruby-version: ${{ matrix.ruby-version }}
1818
bundler-cache: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Unreleased
22

33
- Require Ruby 3.2.0 or higher
4+
- Pin github actions
45

56
## v1.5.0
67

0 commit comments

Comments
 (0)