File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 python-version : [3.8, 3.11]
99 steps :
1010 - name : Check out repository code
11- uses : actions/checkout@v4
11+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1212
1313 - name : Set up Python ${{ matrix.python-version }}
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1515 with :
1616 python-version : ${{ matrix.python-version }}
1717
@@ -37,10 +37,10 @@ jobs:
3737 node-version : [16]
3838 steps :
3939 - name : Check out repository code
40- uses : actions/checkout@v4
40+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4141
4242 - name : Set up Node.js ${{ matrix.node-version }}
43- uses : actions/setup-node@v4
43+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4444 with :
4545 node-version : ${{ matrix.node-version }}
4646
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919 with :
2020 path : mitx-grading-library
2121
You can’t perform that action at this time.
0 commit comments