This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,25 +51,25 @@ jobs:
5151 DOCKER_USERNAME : ${{secrets.DOCKER_USERNAME}}
5252 DOCKER_PASSWORD : ${{secrets.DOCKER_PASSWORD}}
5353 - name : Deploy new images
54- uses : nick-invision/retry@v2
54+ uses : nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2
5555 with :
5656 timeout_minutes : 20
5757 max_attempts : 3
5858 command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release
5959 - name : Tag images as latest
60- uses : nick-invision/retry@v2
60+ uses : nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2
6161 with :
6262 timeout_minutes : 20
6363 max_attempts : 3
6464 command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make tag_latest
6565 - name : Deploy latest tag
66- uses : nick-invision/retry@v2
66+ uses : nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2
6767 with :
6868 timeout_minutes : 20
6969 max_attempts : 3
7070 command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest
7171 - name : Tag browser images
72- uses : nick-invision/retry@v2
72+ uses : nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2
7373 with :
7474 timeout_minutes : 20
7575 max_attempts : 3
8080 git config --local user.name "Selenium CI Bot"
8181 git commit -m "Update tag in docs and files [skip ci]" -a
8282 - name : Push changes
83- uses : ad-m/github-push-action@master
83+ uses : ad-m/github-push-action@a3fd843e49cd58d296bdd2431c4853569a1b900f # master
8484 with :
8585 github_token : ${{ secrets.SELENIUM_CI_TOKEN }}
8686 branch : trunk
Original file line number Diff line number Diff line change 1414 action :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : dessant/lock-threads@v3
17+ - uses : dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3
1818 with :
1919 process-only : ' issues'
2020 issue-lock-inactive-days : ' 30'
You can’t perform that action at this time.
0 commit comments