Skip to content

Commit e947fc8

Browse files
authored
Merge pull request #812 from kubewarden/renovate/all-patch
chore(deps): update all patchlevel dependencies
2 parents c6b1fbe + d30e1ce commit e947fc8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/container-image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
args: --release --target ${{matrix.targetarch}}-unknown-linux-musl
3737

3838
- name: Upload policy-server binary
39-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
39+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4040
with:
4141
name: policy-server-${{ matrix.targetarch }}
4242
path: |
@@ -70,12 +70,12 @@ jobs:
7070

7171
# Download the policy-server artifacts we've built inside of the previous job
7272
- name: Download policy-server-x86_64 artifact
73-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
73+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
7474
with:
7575
name: policy-server-x86_64
7676
path: artifacts-x86_64
7777
- name: Download policy-server-aarch64 artifact
78-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
78+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
7979
with:
8080
name: policy-server-aarch64
8181
path: artifacts-aarch64

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7575

7676
- name: Download SBOM artifact
77-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
77+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
7878
with:
7979
pattern: sbom-*
8080
path: ./

.github/workflows/sbom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ghcr.io/${{github.repository_owner}}/policy-server:${SBOM_TAG}
8282
8383
- name: Upload SBOMs as artifacts
84-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
84+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
8585
with:
8686
name: sbom-${{ matrix.arch }}
8787
path: policy-server-sbom-${{ matrix.arch }}*

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)