Skip to content

Commit 461a483

Browse files
authored
[SECENG-364] Pin GitHub Actions to commit SHAs (#86)
1 parent 50a950f commit 461a483

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
commit-message:
6+
prefix: "[bot] "
7+
cooldown:
8+
default-days: 7
9+
schedule:
10+
interval: "weekly"
11+
day: "wednesday"
12+
time: "11:00"
13+
timezone: "America/Los_Angeles"

.github/workflows/linter-rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@main
1212

1313
- name: Set up Ruby
14-
uses: ruby/setup-ruby@v1
14+
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1
1515
with:
1616
bundler-cache: true
1717

0 commit comments

Comments
 (0)