File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 7
7
test :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : ruby/setup-ruby@v1
10
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
11
+ - uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
12
12
with :
13
13
ruby-version : ' 3.0'
14
14
bundler-cache : true # 'bundle install' and cache
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
18
18
19
19
- name : Set up Ruby
20
- uses : ruby/setup-ruby@v1
20
+ uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
21
21
with :
22
22
ruby-version : 3.1
23
23
bundler-cache : true
@@ -54,10 +54,10 @@ jobs:
54
54
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@v3
57
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
58
58
59
59
- name : Set up Ruby 3.1
60
- uses : ruby/setup-ruby@v1
60
+ uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
61
61
with :
62
62
rubygems : latest
63
63
ruby-version : 3.1
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
runs-on : ${{ matrix.os }}
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
21
21
with :
22
22
submodules : recursive
23
23
24
24
- name : Set up Ruby ${{ matrix.ruby-version }}
25
- uses : ruby/setup-ruby@v1
25
+ uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
26
26
with :
27
27
ruby-version : ${{ matrix.ruby-version }}
28
28
bundler-cache : true # 'bundle install' and cache
Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
+ - Pin github actions
8
+
7
9
### Changed
8
10
9
11
## 0.23.9.0 - 2023-05-16
You can’t perform that action at this time.
0 commit comments