File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1414 - name : Build the container
1515 run : docker build -f test/Dockerfile . -t sitespeedio/throttle
1616 - name : Test Throttle
Original file line number Diff line number Diff line change 1313 matrix :
1414 node-version : [20.x, 22.x, 24.x]
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717 - name : Use Node.js ${{ matrix.node-version }}
18- uses : actions/setup-node@v4
18+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1919 with :
2020 node-version : ${{ matrix.node-version }}
2121 - name : Install throttle
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : macos-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1414 - name : Use Node.js
15- uses : actions/setup-node@v4
15+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1616 with :
1717 node-version : ' 20.x'
1818 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments