Skip to content

Commit a7d7523

Browse files
chore(deps): update kubewarden/github-actions action to v4.6.3
1 parent 20db886 commit a7d7523

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@a03315e95ccf85c92e5d472824edeab0704f857b # v4.6.1
13+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
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@a03315e95ccf85c92e5d472824edeab0704f857b # v4.6.1
25+
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
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@a03315e95ccf85c92e5d472824edeab0704f857b # v4.6.1
6+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@7bc76e326b9c29582dd89eaf1b9efad1da3d3872 # v4.6.3
77
with:
88
opa-version: v1.5.1

0 commit comments

Comments
 (0)