File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,25 +51,25 @@ jobs:
51
51
DOCKER_USERNAME : ${{secrets.DOCKER_USERNAME}}
52
52
DOCKER_PASSWORD : ${{secrets.DOCKER_PASSWORD}}
53
53
- name : Deploy new images
54
- uses : nick-invision/retry@v2
54
+ uses : nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2
55
55
with :
56
56
timeout_minutes : 20
57
57
max_attempts : 3
58
58
command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release
59
59
- name : Tag images as latest
60
- uses : nick-invision/retry@v2
60
+ uses : nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2
61
61
with :
62
62
timeout_minutes : 20
63
63
max_attempts : 3
64
64
command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make tag_latest
65
65
- name : Deploy latest tag
66
- uses : nick-invision/retry@v2
66
+ uses : nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2
67
67
with :
68
68
timeout_minutes : 20
69
69
max_attempts : 3
70
70
command : VERSION="${GRID_VERSION}" BUILD_DATE=${BUILD_DATE} make release_latest
71
71
- name : Tag browser images
72
- uses : nick-invision/retry@v2
72
+ uses : nick-invision/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2
73
73
with :
74
74
timeout_minutes : 20
75
75
max_attempts : 3
80
80
git config --local user.name "Selenium CI Bot"
81
81
git commit -m "Update tag in docs and files [skip ci]" -a
82
82
- name : Push changes
83
- uses : ad-m/github-push-action@master
83
+ uses : ad-m/github-push-action@a3fd843e49cd58d296bdd2431c4853569a1b900f # master
84
84
with :
85
85
github_token : ${{ secrets.SELENIUM_CI_TOKEN }}
86
86
branch : trunk
Original file line number Diff line number Diff line change 14
14
action :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : dessant/lock-threads@v3
17
+ - uses : dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3
18
18
with :
19
19
process-only : ' issues'
20
20
issue-lock-inactive-days : ' 30'
You can’t perform that action at this time.
0 commit comments