Skip to content

Commit 723d008

Browse files
chore: update reearth/actions digest to e05fcd1 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 226a3ba commit 723d008

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/ci-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
workflow_call:
33
jobs:
44
nginx-config-validation:
5-
uses: reearth/actions/.github/workflows/validate-nginx-config.yml@d0dcdcab46874e6e17c0d006209fef5668d00196
5+
uses: reearth/actions/.github/workflows/validate-nginx-config.yml@e05fcd1efc6c985c7c0c906cff1452ee634232c8
66
with:
77
template_directory: docker
88
template_values: '{"PORT": 8080, "REAL_IP_HEADER": "X-Forwarded-For"}'

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
new_tag_short: ${{ steps.prepare.outputs.new_tag_short }}
1717
name: ${{ steps.prepare.outputs.name }}
1818
steps:
19-
- uses: reearth/actions/prepare-build@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
19+
- uses: reearth/actions/prepare-build@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
2020
id: prepare
2121
with:
2222
repo: ${{ github.repository }}
@@ -57,7 +57,7 @@ jobs:
5757
outputs:
5858
digest: ${{ steps.build-docker-image.outputs.image }}
5959
steps:
60-
- uses: reearth/actions/build-docker-image@d0dcdcab46874e6e17c0d006209fef5668d00196
60+
- uses: reearth/actions/build-docker-image@e05fcd1efc6c985c7c0c906cff1452ee634232c8
6161
id: build-docker-image
6262
with:
6363
image: ${{ secrets.IMAGE_SERVER }}
@@ -78,7 +78,7 @@ jobs:
7878
outputs:
7979
digest: ${{ steps.build-docker-image.outputs.image }}
8080
steps:
81-
- uses: reearth/actions/build-docker-image@d0dcdcab46874e6e17c0d006209fef5668d00196
81+
- uses: reearth/actions/build-docker-image@e05fcd1efc6c985c7c0c906cff1452ee634232c8
8282
id: build-docker-image
8383
with:
8484
image: ${{ secrets.IMAGE_WEB }}
@@ -99,7 +99,7 @@ jobs:
9999
outputs:
100100
digest: ${{ steps.build-docker-image.outputs.image }}
101101
steps:
102-
- uses: reearth/actions/build-docker-image@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
102+
- uses: reearth/actions/build-docker-image@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
103103
id: build-docker-image
104104
with:
105105
image: ${{ secrets.IMAGE_WEB }}
@@ -128,7 +128,7 @@ jobs:
128128
registry: ghcr.io
129129
username: ${{ github.actor }}
130130
password: ${{ github.token }}
131-
- uses: reearth/actions/deploy-cloud-run-with-tag@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
131+
- uses: reearth/actions/deploy-cloud-run-with-tag@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
132132
id: deploy
133133
with:
134134
image: '${{ secrets.IMAGE_WEB }}:${{ needs.prepare.outputs.sha_short }}'
@@ -153,7 +153,7 @@ jobs:
153153
registry: ghcr.io
154154
username: ${{ github.actor }}
155155
password: ${{ secrets.GITHUB_TOKEN }}
156-
- uses: reearth/actions/deploy-cloud-run@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
156+
- uses: reearth/actions/deploy-cloud-run@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
157157
with:
158158
service: reearth-scaffold-api
159159
image: '${{ secrets.IMAGE_SERVER }}:latest'
@@ -176,7 +176,7 @@ jobs:
176176
registry: ghcr.io
177177
username: ${{ github.actor }}
178178
password: ${{ secrets.GITHUB_TOKEN }}
179-
- uses: reearth/actions/deploy-cloud-run@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
179+
- uses: reearth/actions/deploy-cloud-run@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
180180
with:
181181
service: reearth-scaffold-web
182182
image: '${{ secrets.IMAGE_WEB }}:latest'

.github/workflows/cleanup-pr-revision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Remove Cloud Run Tag
39-
uses: reearth/actions/remove-cloud-run-tag@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
39+
uses: reearth/actions/remove-cloud-run-tag@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
4040
with:
4141
region: ${{ secrets.GC_REGION }}
4242
service: reearth-scaffold-web

.github/workflows/license-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
check-latest: true
4545
cache-dependency-path: |
4646
server/go.sum
47-
- uses: reearth/actions/license-checker/go@d0dcdcab46874e6e17c0d006209fef5668d00196
47+
- uses: reearth/actions/license-checker/go@e05fcd1efc6c985c7c0c906cff1452ee634232c8
4848
with:
4949
subdirectory: server
5050

@@ -68,6 +68,6 @@ jobs:
6868
cache-dependency-path: "web/pnpm-lock.yaml"
6969
- name: Install
7070
run: pnpm install --frozen-lockfile
71-
- uses: reearth/actions/license-checker/npm@d0dcdcab46874e6e17c0d006209fef5668d00196
71+
- uses: reearth/actions/license-checker/npm@e05fcd1efc6c985c7c0c906cff1452ee634232c8
7272
with:
7373
subdirectory: web

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if: github.ref == 'refs/heads/release'
1919
steps:
20-
- uses: reearth/actions/release@d0dcdcab46874e6e17c0d006209fef5668d00196
20+
- uses: reearth/actions/release@e05fcd1efc6c985c7c0c906cff1452ee634232c8
2121
with:
2222
version: ${{ inputs.version }}

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
if: github.ref == 'refs/heads/main'
99
steps:
10-
- uses: reearth/actions/stage@d0dcdcab46874e6e17c0d006209fef5668d00196
10+
- uses: reearth/actions/stage@e05fcd1efc6c985c7c0c906cff1452ee634232c8

0 commit comments

Comments
 (0)