Skip to content

Commit b023315

Browse files
Pin GHA actions (#44)
1 parent bca6576 commit b023315

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
15+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1616

1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
# Checkout using GitHub's checkout action
15-
- uses: actions/checkout@v2
14+
- name: Checkout code
15+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1616

1717
# Setup Ruby - this needs to match the version in the Gemfile
1818
- name: Set up Ruby

0 commit comments

Comments
 (0)