Skip to content

Commit b963ffb

Browse files
committed
DX-516: Pin actions to SHA
1 parent b65b1b2 commit b963ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
BUNDLE_PATH: ${{ github.workspace }}/vendor/bundle
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: ruby/setup-ruby@v1
15+
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
1616
with:
1717
ruby-version: ${{ matrix.ruby }}
1818
bundler-cache: true

0 commit comments

Comments
 (0)