Skip to content

Commit 7740610

Browse files
authored
Merge pull request increments#166 from increments/fix-github-action-version-by-hash
Fix github action version by hash
2 parents 5130e57 + c4c6155 commit 7740610

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
steps:
1717
- name: Get branch names
1818
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
2222
with:
2323
ruby-version: '3.2'
2424
bundler-cache: true
2525
- name: Test & publish code coverage
2626
if: "${{ env.CC_TEST_REPORTER_ID != '' }}"
27-
uses: paambaati/codeclimate-action@v2.7.5
27+
uses: paambaati/codeclimate-action@7bcf9e73c0ee77d178e72c0ec69f1a99c1afc1f3 # v2.7.5
2828
env:
2929
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
3030
GIT_BRANCH: ${{ steps.branch-name.outputs.current_branch }}
@@ -46,8 +46,8 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
continue-on-error: ${{ matrix.experimental }}
4848
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
5151
with:
5252
ruby-version: ${{ matrix.ruby }}
5353
bundler-cache: true

0 commit comments

Comments
 (0)