3737 - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
3838 with :
3939 node-version : lts/*
40- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
40+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 - name : Enable Corepack
4242 run : corepack enable
4343 - name : Get yarn cache directory path
7575 uses : step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
7676 with :
7777 egress-policy : audit
78- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12 .0
78+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
7979 id : app-token
8080 with :
8181 app-id : ${{ vars.GH_APP_ID }}
@@ -121,13 +121,13 @@ jobs:
121121 with :
122122 egress-policy : audit
123123 - name : Checkout
124- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
124+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
125125 - name : Set up QEMU
126- uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2 .0
126+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0 .0
127127 - name : Set up Docker Buildx
128- uses : docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10 .0
128+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
129129 - name : Login to DockerHub
130- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
130+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
131131 with :
132132 username : ${{ secrets.DOCKERHUB_USERNAME }}
133133 password : ${{ secrets.DOCKERHUB_TOKEN }}
@@ -156,7 +156,7 @@ jobs:
156156 echo "::set-output name=version::$VERSION"
157157 echo "::set-output name=tags::$TAGS"
158158 - name : Fetch reearth-web release
159- uses : dsaltares/fetch-gh-release-asset@master
159+ uses : dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # v1.1.2
160160 with :
161161 repo : reearth/reearth-classic
162162 version : tags/${{ github.event.inputs.name && github.event.inputs.name != 'blank' && github.event.inputs.name || github.event.inputs.new_tag }}
@@ -166,7 +166,7 @@ jobs:
166166 - name : Extract reearth/web
167167 run : tar -xvf reearth-web.tar.gz; mv reearth-web web; ls
168168 - name : Build and push docker image
169- uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2.10 .0
169+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
170170 with :
171171 context : server
172172 platforms : ${{ steps.options.outputs.platforms }}
@@ -251,7 +251,7 @@ jobs:
251251 with :
252252 egress-policy : audit
253253 - name : Fetch reearth-web release
254- uses : dsaltares/fetch-gh-release-asset@master
254+ uses : dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # v1.1.2
255255 with :
256256 version : tags/rc
257257 file : reearth-web_rc.tar.gz
0 commit comments