|
13 | 13 | runs-on: ubuntu-20.04 |
14 | 14 | steps: |
15 | 15 | - name: Checkout code |
16 | | - uses: actions/checkout@v2 |
| 16 | + uses: actions/checkout@v3 |
17 | 17 | with: |
18 | 18 | persist-credentials: false |
19 | 19 | fetch-depth: 0 |
@@ -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@e88a9994b039653512d697de1bce46b00bfe11b5 # 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@e88a9994b039653512d697de1bce46b00bfe11b5 # 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@e88a9994b039653512d697de1bce46b00bfe11b5 # 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@e88a9994b039653512d697de1bce46b00bfe11b5 # 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 |
|
0 commit comments