File tree Expand file tree Collapse file tree 4 files changed +19
-19
lines changed
Expand file tree Collapse file tree 4 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Check Out Repo
29- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
29+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
3030 with :
3131 fetch-depth : 2
3232
@@ -35,10 +35,10 @@ jobs:
3535
3636 - name : Set up Docker Buildx
3737 id : buildx
38- uses : docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2.4.1
38+ uses : docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
3939
4040 - name : Login to GitHub Container Registry
41- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
41+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
4242 if : ${{ github.event_name != 'pull_request' }}
4343 with :
4444 registry : ghcr.io
5656 run : if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi
5757
5858 - name : Generate Docker image metadata
59- uses : docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3 .0
59+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6 .0
6060 id : img_meta
6161 with :
6262 flavor : |
6969
7070 - name : Build and push
7171 id : docker_build
72- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
72+ uses : docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
7373 with :
7474 context : ./
7575 tags : ${{ steps.img_meta.outputs.tags }}
Original file line number Diff line number Diff line change 2626 runs-on : self-hosted
2727 steps :
2828 - name : Check Out Repo
29- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
29+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
3030 with :
3131 fetch-depth : 2
3232
@@ -35,10 +35,10 @@ jobs:
3535
3636 - name : Set up Docker Buildx
3737 id : buildx
38- uses : docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2.4.1
38+ uses : docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
3939
4040 - name : Login to GitHub Container Registry
41- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
41+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
4242 if : ${{ github.event_name != 'pull_request' }}
4343 with :
4444 registry : ghcr.io
5656 run : if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi
5757
5858 - name : Generate Docker image metadata
59- uses : docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3 .0
59+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6 .0
6060 id : img_meta
6161 with :
6262 flavor : |
6969
7070 - name : Build and push
7171 id : docker_build
72- uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
72+ uses : docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
7373 with :
7474 context : ./
7575 tags : ${{ steps.img_meta.outputs.tags }}
Original file line number Diff line number Diff line change 99 runs-on : self-hosted
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
12+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
1313 with :
1414 fetch-depth : 2
1515
1616 - name : Setup pnpm
17- uses : pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
17+ uses : pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1
1818 with :
1919 version : latest
2020
2121 - name : Setup Node.js
22- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
22+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
2323 with :
2424 node-version-file : .node-version
2525 check-latest : true
@@ -39,17 +39,17 @@ jobs:
3939 runs-on : self-hosted
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
42+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
4343 with :
4444 fetch-depth : 2
4545
4646 - name : Setup pnpm
47- uses : pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
47+ uses : pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1
4848 with :
4949 version : latest
5050
5151 - name : Setup Node.js
52- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
52+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
5353 with :
5454 node-version-file : .node-version
5555 check-latest : true
Original file line number Diff line number Diff line change 88 runs-on : self-hosted
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
11+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
1212 with :
1313 fetch-depth : 2
1414
1515 - name : Setup pnpm
16- uses : pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
16+ uses : pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1
1717 with :
1818 version : latest
1919
2020 - name : Setup Node.js
21- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
21+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
2222 with :
2323 node-version-file : .node-version
2424 check-latest : true
You can’t perform that action at this time.
0 commit comments