We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d3333 commit fadc712Copy full SHA for fadc712
.github/workflows/test.yml
@@ -2,6 +2,9 @@ name: Test
2
3
on: [push, pull_request]
4
5
+permissions: # added using https://github.com/step-security/secure-workflows
6
+ contents: read
7
+
8
jobs:
9
build:
10
strategy:
@@ -15,9 +18,9 @@ jobs:
15
18
- { ruby: 'jruby-head', os: 'ubuntu-latest' }
16
19
runs-on: ${{ matrix.os }}
17
20
steps:
- - uses: actions/checkout@v3
21
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
22
- name: Set up Ruby
- uses: ruby/setup-ruby@v1
23
+ uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0
24
with:
25
ruby-version: ${{ matrix.ruby }}
26
bundler-cache: true # 'bundle install' and cache
0 commit comments