Skip to content

Commit 3324067

Browse files
chore(deps): update all actions
1 parent 465dc99 commit 3324067

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
stage: ${{ steps.get_metadata.outputs.stage }}
4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
51+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252

5353
- name: Get metadata
5454
id: get_metadata
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Checkout code
100100
if: fromJSON(needs.metadata.outputs.has_diff)
101-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
101+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102102

103103
- name: Run merge
104104
if: fromJSON(needs.metadata.outputs.has_diff)
@@ -160,19 +160,19 @@ jobs:
160160
fi
161161
162162
- name: Checkout code
163-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
163+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
164164
with:
165165
ref: ${{ needs.merge.outputs.sha }}
166166

167167
- name: Start deployment
168-
uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0
168+
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0
169169
id: start_deployment
170170
with:
171171
step: start
172172
env: ${{ needs.metadata.outputs.stage }}
173173

174174
- name: Deploy
175-
uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799 # v1.0.0
175+
uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
176176
env:
177177
STAGE: ${{ needs.metadata.outputs.stage }}
178178
with:
@@ -187,7 +187,7 @@ jobs:
187187
docker-compose up -d
188188
189189
- name: Finalize Sentry release
190-
uses: getsentry/action-release@4744f6a65149f441c5f396d5b0877307c0db52c7 # v1.4.1
190+
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7 # v1.7.0
191191
env:
192192
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
193193
SENTRY_ORG: ${{ vars.SENTRY_ORG_NAME }}
@@ -198,7 +198,7 @@ jobs:
198198
set_commits: skip
199199

200200
- name: Finish deployment
201-
uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 # v1.4.0
201+
uses: bobheadxi/deployments@648679e8e4915b27893bd7dbc35cb504dc915bc8 # v1.5.0
202202
if: steps.start_deployment.conclusion == 'success' && always()
203203
with:
204204
step: finish
@@ -227,7 +227,7 @@ jobs:
227227
done
228228
229229
- name: Update Continuous Delivery check run
230-
uses: guidojw/actions/update-check-run@abb0ee8d1336edf73383f2e5a09abd3a22f25b13 # v1.3.3
230+
uses: guidojw/actions/update-check-run@ec8c080252c6b8903a4431211b78c543609f5f89 # v1.4.6
231231
with:
232232
app_id: ${{ vars.GH_APP_ID }}
233233
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@ec8c080252c6b8903a4431211b78c543609f5f89 # v1.4.6
3131
with:
3232
file: Dockerfile
3333
build-args: |
@@ -53,7 +53,7 @@ jobs:
5353
- 5432:5432
5454
steps:
5555
- name: Checkout code
56-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
56+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5757
with:
5858
ref: ${{ inputs.sha }}
5959

@@ -68,7 +68,7 @@ jobs:
6868
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.6.26
6969
7070
- name: Load test image
71-
uses: guidojw/actions/load-docker-image@abb0ee8d1336edf73383f2e5a09abd3a22f25b13 # v1.3.3
71+
uses: guidojw/actions/load-docker-image@ec8c080252c6b8903a4431211b78c543609f5f89 # v1.4.6
7272
with:
7373
name: app
7474

@@ -102,7 +102,7 @@ jobs:
102102
- 5432:5432
103103
steps:
104104
- name: Checkout code
105-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
105+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@ec8c080252c6b8903a4431211b78c543609f5f89 # v1.4.6
115115
with:
116116
name: app
117117

.github/workflows/publish-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,24 @@ jobs:
5151
needs: metadata
5252
steps:
5353
- name: Checkout code
54-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555
with:
5656
ref: ${{ inputs.sha }}
5757
fetch-depth: 0
5858

5959
- name: Set up Docker Buildx
60-
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
60+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
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@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
71+
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
7272
with:
7373
push: true
7474
context: .
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Create Sentry release
9292
if: ${{ !(github.event_name == 'workflow_dispatch' && github.workflow == 'Publish Image') }}
93-
uses: getsentry/action-release@4744f6a65149f441c5f396d5b0877307c0db52c7 # v1.4.1
93+
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7 # v1.7.0
9494
env:
9595
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
9696
SENTRY_ORG: ${{ vars.SENTRY_ORG_NAME }}
@@ -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@ec8c080252c6b8903a4431211b78c543609f5f89 # v1.4.6
125125
with:
126126
app_id: ${{ vars.GH_APP_ID }}
127127
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)