From a24243128b21c3ebdff2e591e37ab4a3f17169d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:27:41 +0000 Subject: [PATCH] chore(deps): update all patchlevel dependencies --- .github/workflows/container-image.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/sbom.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 05eee7eb..9cac7dfe 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -36,7 +36,7 @@ jobs: args: --release --target ${{matrix.targetarch}}-unknown-linux-musl - name: Upload policy-server binary - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 with: name: policy-server-${{ matrix.targetarch }} path: | @@ -70,12 +70,12 @@ jobs: # Download the policy-server artifacts we've built inside of the previous job - name: Download policy-server-x86_64 artifact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: policy-server-x86_64 path: artifacts-x86_64 - name: Download policy-server-aarch64 artifact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: policy-server-aarch64 path: artifacts-aarch64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57a894a6..fcc6a67f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Download SBOM artifact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: pattern: sbom-* path: ./ diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index be71d0b6..41649a91 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -81,7 +81,7 @@ jobs: ghcr.io/${{github.repository_owner}}/policy-server:${SBOM_TAG} - name: Upload SBOMs as artifacts - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 with: name: sbom-${{ matrix.arch }} path: policy-server-sbom-${{ matrix.arch }}*