1 parent 1164271 commit cc8eaeeCopy full SHA for cc8eaee
2 files changed
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ cooldown:
8
+ default-days: 7
.github/workflows/ruby.yml
@@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0
12
- name: Set up Ruby 2.7.2
13
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
14
with:
15
ruby-version: 2.7.2
16
- name: Build and test
0 commit comments