From 51384b035faba3ae7dd2c6d769387be83addd9ea Mon Sep 17 00:00:00 2001 From: Tobias Jungel <1773291+toanju@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:30:14 +0200 Subject: [PATCH] Update comments for renovate Currently renovate does not upgrade these actions. This should fix it. --- .github/workflows/upload_oci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/upload_oci.yml b/.github/workflows/upload_oci.yml index 7145f74..c5ad42d 100644 --- a/.github/workflows/upload_oci.yml +++ b/.github/workflows/upload_oci.yml @@ -34,7 +34,7 @@ jobs: matrix: ${{ fromJson(needs.generate_matrix_publish.outputs.matrix) }} max-parallel: 8 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4.1.1 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: true - uses: oras-project/setup-oras@38de303aac69abb66f3e6255b7198bff35f323e3 # v2 @@ -52,7 +52,7 @@ jobs: - name: Set CNAME run: | echo "CNAME=$(gl-features-parse --cname ${{ matrix.flavor }}-${{ matrix.arch }} cname)" | tee -a "$GITHUB_ENV" - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # pin@v4.1.8 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: build-${{ matrix.flavor }}-${{ matrix.arch }} - name: Push using the glcli util @@ -88,7 +88,7 @@ jobs: echo "Adding additional tag: ${{ inputs.upload_version || inputs.version }}-${CNAME2}-${DASHED_VERSION}-${COMMIT_SHA_SHORT}" oras tag ghcr.io/${{ github.repository }}:${{ inputs.version }}-${CNAME}-${{ matrix.arch }} ${{ inputs.upload_version || inputs.version }}-${CNAME2}-${DASHED_VERSION}-${COMMIT_SHA_SHORT} - - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3 + - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: oci_manifest_entry_${{ env.CNAME }}.json key: oci-manifest-${{ matrix.flavor }}-${{ matrix.arch }}-${{ github.run_id }} @@ -114,7 +114,7 @@ jobs: matrix: ${{ fromJson(needs.generate_matrix_publish.outputs.matrix) }} max-parallel: 1 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4.1.1 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: true - name: Install python-gardenlinux-lib @@ -126,7 +126,7 @@ jobs: - name: Set CNAME run: | echo "CNAME=$(gl-features-parse --cname ${{ matrix.flavor }}-${{ matrix.arch }} cname)" | tee -a "$GITHUB_ENV" - - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # pin@v4.2.3 + - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: oci_manifest_entry_${{ env.CNAME }}.json key: oci-manifest-${{ matrix.flavor }}-${{ matrix.arch }}-${{ github.run_id }}