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.
2 parents a26b0c6 + d6233e9 commit 37bb714Copy full SHA for 37bb714
.github/workflows/ci.yml
@@ -2,6 +2,9 @@ name: ci
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
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
@@ -18,11 +21,11 @@ jobs:
18
21
- name: Dump environment
19
22
run: env | sort
20
23
- name: Checkout ruby/www.ruby-lang.org
- uses: actions/checkout@v3
24
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
25
with:
26
fetch-depth: 1
27
- name: Setup Ruby
- uses: ruby/setup-ruby@v1
28
+ uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0
29
30
ruby-version: ${{ matrix.ruby }}
31
bundler-cache: true
0 commit comments