File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
steps :
17
17
- name : Get branch names
18
18
id : branch-name
19
- uses : tj-actions/branch-names@v7.0.7
20
- - uses : actions/checkout@v3
21
- - uses : ruby/setup-ruby@v1
19
+ uses : tj-actions/branch-names@6c999acf206f5561e19f46301bb310e9e70d8815 # v7.0.7
20
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
21
+ - uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
22
22
with :
23
23
ruby-version : ' 3.2'
24
24
bundler-cache : true
25
25
- name : Test & publish code coverage
26
26
if : " ${{ env.CC_TEST_REPORTER_ID != '' }}"
27
- uses : paambaati/codeclimate-action@v2.7.5
27
+ uses : paambaati/codeclimate-action@7bcf9e73c0ee77d178e72c0ec69f1a99c1afc1f3 # v2.7.5
28
28
env :
29
29
CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
30
30
GIT_BRANCH : ${{ steps.branch-name.outputs.current_branch }}
46
46
runs-on : ${{ matrix.os }}
47
47
continue-on-error : ${{ matrix.experimental }}
48
48
steps :
49
- - uses : actions/checkout@v3
50
- - uses : ruby/setup-ruby@v1
49
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
50
+ - uses : ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
51
51
with :
52
52
ruby-version : ${{ matrix.ruby }}
53
53
bundler-cache : true
You can’t perform that action at this time.
0 commit comments