This repository was archived by the owner on Mar 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
1717 - name : " Test: Set up Python"
18- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
18+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
1919 with :
2020 python-version : " 3.x"
2121
Original file line number Diff line number Diff line change 4040 steps :
4141
4242 - name : Checkout
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 with :
4545 repository : aicage/github-actions
4646 ref : ${{ inputs.actions_ref }}
@@ -112,21 +112,21 @@ jobs:
112112 steps :
113113
114114 - name : Checkout
115- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
115+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
116116 with :
117117 repository : aicage/github-actions
118118 ref : ${{ inputs.actions_ref }}
119119 path : .github-actions
120120
121121 - name : Log in to Docker Registry
122- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
122+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
123123 with :
124124 registry : ghcr.io
125125 username : ${{ github.actor }}
126126 password : ${{ secrets.GITHUB_TOKEN }}
127127
128128 - name : Install Cosign
129- uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
129+ uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1 .0
130130
131131 - name : Install slsa-verifier
132132 uses : slsa-framework/slsa-verifier/actions/installer@ea584f4502babc6f60d9bc799dbbb13c1caa9ee6 # v2.7.1
Original file line number Diff line number Diff line change @@ -37,21 +37,21 @@ jobs:
3737 steps :
3838
3939 - name : Checkout
40- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
40+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 with :
4242 repository : aicage/github-actions
4343 ref : ${{ inputs.actions_ref }}
4444 path : .github-actions
4545
4646 - name : Log in to Docker Registry
47- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
47+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
4848 with :
4949 registry : ghcr.io
5050 username : ${{ github.actor }}
5151 password : ${{ secrets.GITHUB_TOKEN }}
5252
5353 - name : Install Cosign
54- uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
54+ uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1 .0
5555
5656 - name : Install regctl
5757 uses : regclient/actions/regctl-installer@9f6c88d6bc9e9d8416282b1f88be43758b0d066a # main
Original file line number Diff line number Diff line change 3737 steps :
3838
3939 - name : Checkout
40- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
40+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
4242 - name : " Release: Package release artifacts"
4343 run : |
5757 > SHA256SUMS
5858
5959 - name : Install Cosign
60- uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
60+ uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1 .0
6161
6262 - name : " Release: Keyless-sign SHA256SUMS"
6363 run : |
Original file line number Diff line number Diff line change @@ -70,23 +70,23 @@ jobs:
7070 } | tee /dev/stderr >> "$GITHUB_ENV"
7171
7272 - name : Checkout
73- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
73+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
7575 - name : Set up Buildx
76- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
76+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
7777 with :
7878 driver : docker-container
7979
8080 - name : Log in to Docker Registry
81- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
81+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
8282 with :
8383 registry : ghcr.io
8484 username : ${{ github.actor }}
8585 password : ${{ secrets.GITHUB_TOKEN }}
8686
8787 - name : Build image
8888 id : build_image
89- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
89+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
9090 with :
9191 context : ${{ env.BUILD_CONTEXT }}
9292 file : ${{ env.DOCKERFILE }}
Original file line number Diff line number Diff line change @@ -70,23 +70,23 @@ jobs:
7070 } | tee /dev/stderr >> "$GITHUB_ENV"
7171
7272 - name : Checkout
73- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
73+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
7575 - name : Set up Buildx
76- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
76+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
7777 with :
7878 driver : docker-container
7979
8080 - name : Log in to Docker Registry
81- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
81+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
8282 with :
8383 registry : ghcr.io
8484 username : ${{ github.actor }}
8585 password : ${{ secrets.GITHUB_TOKEN }}
8686
8787 - name : Build image
8888 id : build_image
89- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
89+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
9090 with :
9191 context : ${{ env.BUILD_CONTEXT }}
9292 file : ${{ env.DOCKERFILE }}
You can’t perform that action at this time.
0 commit comments