Skip to content

Commit 0cf2261

Browse files
authored
Merge pull request #398 from mitodl/jkachel/change-ue-frontend-hash-url
Change the frontend hash URL for UE; fix deprecated CI actions and pin to commits
2 parents 21ca04a + 2c8df7e commit 0cf2261

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ jobs:
55
runs-on: ubuntu-20.04
66

77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99

1010
- name: Set up JS requirements
1111
run: npm install
1212

1313
- name: Set up Python
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1515
with:
1616
python-version: "3.9"
1717

1818
- id: cache
19-
uses: actions/cache@v1
19+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2020
with:
2121
path: ~/.cache/pip
2222
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/test_requirements.txt') }}

repos_info.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"name": "unified-ecommerce",
192192
"repo_url": "https://github.com/mitodl/unified-ecommerce.git",
193193
"ci_hash_url": "https://api-pay-ci.ol.mit.edu/static/hash.txt",
194-
"rc_hash_url": "https://api-pay-rc.ol.mit.edu/static/hash.txt",
194+
"rc_hash_url": "https://api-pay-qa.ol.mit.edu/static/hash.txt",
195195
"prod_hash_url": "https://api-pay.ol.mit.edu/static/hash.txt",
196196
"channel_name": "doof-ue-backend",
197197
"project_type": "web_application",
@@ -201,9 +201,9 @@
201201
{
202202
"name": "unified-ecommerce-frontend",
203203
"repo_url": "https://github.com/mitodl/unified-ecommerce-frontend.git",
204-
"ci_hash_url": "https://pay-ci.ol.mit.edu/static/hash.txt",
205-
"rc_hash_url": "https://pay-rc.ol.mit.edu/static/hash.txt",
206-
"prod_hash_url": "https://pay.ol.mit.edu/static/hash.txt",
204+
"ci_hash_url": "https://pay-ci.ol.mit.edu/hash.txt",
205+
"rc_hash_url": "https://pay-qa.ol.mit.edu/hash.txt",
206+
"prod_hash_url": "https://pay.ol.mit.edu/hash.txt",
207207
"channel_name": "doof-ue-frontend",
208208
"project_type": "web_application",
209209
"web_application_type": "django",

0 commit comments

Comments
 (0)