Skip to content

Commit 5c8a47e

Browse files
chore(deps): pin dependencies
1 parent 70b79c4 commit 5c8a47e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- 9200:9200
4040

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4343

4444
- name: Apt update
4545
run: sudo apt-get update -y
@@ -48,7 +48,7 @@ jobs:
4848
run: cat Aptfile | sudo xargs apt-get install
4949

5050
- name: Set up Python
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
5252
with:
5353
python-version: "3.11"
5454

@@ -117,17 +117,17 @@ jobs:
117117
DJANGO_SETTINGS_MODULE: micromasters.settings
118118

119119
- name: Upload coverage to CodeCov
120-
uses: codecov/codecov-action@v4
120+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
121121
with:
122122
file: ./coverage.xml
123123

124124
javascript-tests:
125125
runs-on: ubuntu-latest
126126
steps:
127-
- uses: actions/checkout@v4
127+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
128128

129129
- name: Set up NodeJS
130-
uses: actions/setup-node@v5
130+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
131131
with:
132132
node-version: "14.18.2"
133133
cache: 'yarn'
@@ -160,6 +160,6 @@ jobs:
160160
run: node node_modules/webpack/bin/webpack.js --config webpack.config.prod.js --bail
161161

162162
- name: Upload coverage to CodeCov
163-
uses: codecov/codecov-action@v4
163+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
164164
with:
165165
file: coverage/lcov.info

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
github.event_name == 'workflow_dispatch' ||
1616
github.event.workflow_run.conclusion == 'success'
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
with:
2020
ref: release
2121
- uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820

.github/workflows/release-candiate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
github.event_name == 'workflow_dispatch' ||
1616
github.event.workflow_run.conclusion == 'success'
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
with:
2020
ref: release-candidate
2121
- uses: akhileshns/heroku-deploy@79ef2ae4ff9b897010907016b268fd0f88561820

0 commit comments

Comments
 (0)