Skip to content

Commit 869c601

Browse files
chore(deps): update kubewarden/github-actions action to v4.5.12
1 parent 48f3a39 commit 869c601

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@73e92c9cf9059299619e79372b78eb09a5934fa0 # v4.5.11
13+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@605a03917fbc6b4b523145a1a78cf72a680f5f36 # v4.5.12
1414

1515
release:
1616
needs: test
@@ -22,6 +22,6 @@ jobs:
2222
# Required by cosign keyless signing
2323
id-token: write
2424

25-
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@73e92c9cf9059299619e79372b78eb09a5934fa0 # v4.5.11
25+
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@605a03917fbc6b4b523145a1a78cf72a680f5f36 # v4.5.12
2626
with:
2727
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name # FIXME

.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@73e92c9cf9059299619e79372b78eb09a5934fa0 # v4.5.11
6+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@605a03917fbc6b4b523145a1a78cf72a680f5f36 # v4.5.12
77
with:
88
opa-version: v1.5.1

0 commit comments

Comments
 (0)