Skip to content

Commit 68589fb

Browse files
chore(deps): pin dependencies
1 parent 45d6e22 commit 68589fb

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
if: github.repository == 'freeCodeCamp/devdocs'
1313
steps:
14-
- uses: actions/[email protected]
14+
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2.4.2
1515
- name: Set up Ruby
16-
uses: ruby/[email protected]
16+
uses: ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # tag=v1.110.0
1717
with:
1818
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1919
- name: Run tests
2020
run: bundle exec rake
2121
- name: Deploy to Heroku
22-
uses: akhileshns/[email protected]
22+
uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820 # tag=v3.12.12
2323
with:
2424
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
2525
heroku_app_name: "devdocs"

.github/workflows/schedule-doc-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-20.04
99
if: github.repository == 'freeCodeCamp/devdocs'
1010
steps:
11-
- uses: actions/[email protected]
11+
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2.4.2
1212
- name: Set up Ruby
13-
uses: ruby/[email protected]
13+
uses: ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # tag=v1.110.0
1414
with:
1515
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1616
- name: Generate report

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
test:
1010
runs-on: ubuntu-20.04
1111
steps:
12-
- uses: actions/[email protected]
12+
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2.4.2
1313
- name: Set up Ruby
14-
uses: ruby/[email protected]
14+
uses: ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # tag=v1.110.0
1515
with:
1616
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1717
- name: Run tests

0 commit comments

Comments
 (0)