File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Delete old versions
17- uses : snok/container-retention-policy@f617f1ca161a52bce48417eedd76924e71d0b4d9 # v2.1.0
17+ uses : snok/container-retention-policy@2ebfab771446f9cde79044dab61eec867ac1d62b # v2.1.1
1818 with :
1919 image-names : ${{ env.IMAGE_NAMES }}
2020 cut-off : 2 days ago UTC
Original file line number Diff line number Diff line change 3535 stage : ${{ steps.get_metadata.outputs.stage }}
3636 steps :
3737 - name : Checkout code
38- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
38+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3939
4040 - name : Get metadata
4141 id : get_metadata
8080
8181 - name : Checkout code
8282 if : fromJSON(needs.metadata.outputs.has_diff)
83- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
83+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
8484
8585 - name : Run merge
8686 if : fromJSON(needs.metadata.outputs.has_diff)
@@ -138,7 +138,7 @@ jobs:
138138 fi
139139
140140 - name : Checkout code
141- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
141+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
142142 with :
143143 ref : ${{ needs.merge.outputs.sha }}
144144
@@ -205,7 +205,7 @@ jobs:
205205 done
206206
207207 - name : Update Continuous Delivery check run
208- uses : guidojw/actions/update-check-run@abb0ee8d1336edf73383f2e5a09abd3a22f25b13 # v1.3.3
208+ uses : guidojw/actions/update-check-run@870d7c8de5aeb08420bb88d8fbddb0222a9eac61 # v1.4.0
209209 with :
210210 app_id : ${{ vars.GH_APP_ID }}
211211 private_key : ${{ secrets.GH_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
25+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2626 with :
2727 ref : ${{ inputs.sha }}
2828
2929 - name : Build test image
30- uses : guidojw/actions/build-docker-image@abb0ee8d1336edf73383f2e5a09abd3a22f25b13 # v1.3.3
30+ uses : guidojw/actions/build-docker-image@870d7c8de5aeb08420bb88d8fbddb0222a9eac61 # v1.4.0
3131 with :
3232 file : Dockerfile
3333 build-args : |
5353 - 5432:5432
5454 steps :
5555 - name : Checkout code
56- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
56+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5757 with :
5858 ref : ${{ inputs.sha }}
5959
6868 bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.6.24
6969
7070 - name : Load test image
71- uses : guidojw/actions/load-docker-image@abb0ee8d1336edf73383f2e5a09abd3a22f25b13 # v1.3.3
71+ uses : guidojw/actions/load-docker-image@870d7c8de5aeb08420bb88d8fbddb0222a9eac61 # v1.4.0
7272 with :
7373 name : app
7474
@@ -102,7 +102,7 @@ jobs:
102102 - 5432:5432
103103 steps :
104104 - name : Checkout code
105- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
105+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
106106 with :
107107 ref : ${{ inputs.sha }}
108108
@@ -111,7 +111,7 @@ jobs:
111111 echo '::add-matcher::.github/problem-matchers/rspec.json'
112112
113113 - name : Load test image
114- uses : guidojw/actions/load-docker-image@abb0ee8d1336edf73383f2e5a09abd3a22f25b13 # v1.3.3
114+ uses : guidojw/actions/load-docker-image@870d7c8de5aeb08420bb88d8fbddb0222a9eac61 # v1.4.0
115115 with :
116116 name : app
117117
Original file line number Diff line number Diff line change @@ -51,24 +51,24 @@ jobs:
5151 needs : metadata
5252 steps :
5353 - name : Checkout code
54- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
54+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5555 with :
5656 ref : ${{ inputs.sha }}
5757 fetch-depth : 0
5858
5959 - name : Set up Docker Buildx
60- uses : docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5 .0
60+ uses : docker/setup-buildx-action@ecf95283f03858871ff00b787d79c419715afc34 # v2.7 .0
6161
6262 - name : Login to GitHub Container Registry
63- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag= v2.1 .0
63+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
6464 with :
6565 registry : ${{ vars.DOCKER_REGISTRY_URL }}
6666 username : ${{ github.repository_owner }}
6767 password : ${{ secrets.GITHUB_TOKEN }}
6868
6969 - name : Build and push image
7070 id : build_push_image
71- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
71+ uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
7272 with :
7373 push : true
7474 context : .
@@ -121,7 +121,7 @@ jobs:
121121 done
122122
123123 - name : Update Publish Image check run
124- uses : guidojw/actions/update-check-run@abb0ee8d1336edf73383f2e5a09abd3a22f25b13 # v1.3.3
124+ uses : guidojw/actions/update-check-run@870d7c8de5aeb08420bb88d8fbddb0222a9eac61 # v1.4.0
125125 with :
126126 app_id : ${{ vars.GH_APP_ID }}
127127 private_key : ${{ secrets.GH_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments