Skip to content

Commit 1e93eac

Browse files
authored
Merge pull request #55 from Shopify/actions-commit
Pin GitHub Actions to commit
2 parents 9f83c96 + 45912fb commit 1e93eac

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: weekly

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- "3.3"
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2121
- name: Set up Ruby
22-
uses: ruby/setup-ruby@v1
22+
uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true

0 commit comments

Comments
 (0)