Skip to content

Commit 33deee8

Browse files
build(deps): update kubewarden/github-actions action to v5.1.1
1 parent 5500257 commit 33deee8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Release policy
1010
jobs:
1111
test:
1212
name: run tests and linters
13-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@a1c3c24660e1a2f945efdadc6306ea3e83ddfed8 # v5.0.2
13+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
1414
with:
1515
artifacthub: false
1616

@@ -24,7 +24,7 @@ jobs:
2424
# Required by cosign keyless signing
2525
id-token: write
2626

27-
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@a1c3c24660e1a2f945efdadc6306ea3e83ddfed8 # v5.0.2
27+
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
2828
with:
2929
oci-target: ghcr.io/${{ github.repository_owner }}/tests/context-aware-test-opa-policy
3030
artifacthub: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name: Continuous integration
33
jobs:
44
test:
55
name: run tests and linters
6-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@a1c3c24660e1a2f945efdadc6306ea3e83ddfed8 # v5.0.2
6+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@e57db07ca384bf09ec40c4c49ff25d600c0d23d9 # v5.1.1
77
with:
88
artifacthub: false

0 commit comments

Comments
 (0)