3434 matrix : ${{ fromJson(needs.generate_matrix_publish.outputs.matrix) }}
3535 max-parallel : 8
3636 steps :
37- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3838 with :
3939 submodules : true
4040 - uses : oras-project/setup-oras@38de303aac69abb66f3e6255b7198bff35f323e3 # v2
5252 - name : Set CNAME
5353 run : |
5454 echo "CNAME=$(gl-features-parse --cname ${{ matrix.flavor }}-${{ matrix.arch }} cname)" | tee -a "$GITHUB_ENV"
55- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
55+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5656 with :
5757 name : build-${{ matrix.flavor }}-${{ matrix.arch }}
5858 - name : Push using the glcli util
8888
8989 echo "Adding additional tag: ${{ inputs.upload_version || inputs.version }}-${CNAME2}-${DASHED_VERSION}-${COMMIT_SHA_SHORT}"
9090 oras tag ghcr.io/${{ github.repository }}:${{ inputs.version }}-${CNAME}-${{ matrix.arch }} ${{ inputs.upload_version || inputs.version }}-${CNAME2}-${DASHED_VERSION}-${COMMIT_SHA_SHORT}
91- - uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
91+ - uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9292 with :
9393 path : oci_manifest_entry_${{ env.CNAME }}.json
9494 key : oci-manifest-${{ matrix.flavor }}-${{ matrix.arch }}-${{ github.run_id }}
@@ -114,7 +114,7 @@ jobs:
114114 matrix : ${{ fromJson(needs.generate_matrix_publish.outputs.matrix) }}
115115 max-parallel : 1
116116 steps :
117- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
117+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
118118 with :
119119 submodules : true
120120 - name : Install python-gardenlinux-lib
@@ -126,7 +126,7 @@ jobs:
126126 - name : Set CNAME
127127 run : |
128128 echo "CNAME=$(gl-features-parse --cname ${{ matrix.flavor }}-${{ matrix.arch }} cname)" | tee -a "$GITHUB_ENV"
129- - uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
129+ - uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
130130 with :
131131 path : oci_manifest_entry_${{ env.CNAME }}.json
132132 key : oci-manifest-${{ matrix.flavor }}-${{ matrix.arch }}-${{ github.run_id }}
0 commit comments