Skip to content

Commit cc8eaee

Browse files
Pin GitHub Actions to commit SHAs
1 parent 1164271 commit cc8eaee

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0
1212
- name: Set up Ruby 2.7.2
13-
uses: ruby/setup-ruby@v1
13+
uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
1414
with:
1515
ruby-version: 2.7.2
1616
- name: Build and test

0 commit comments

Comments
 (0)