Skip to content

Commit

Permalink
chore(deps): update kubewarden/github-actions action to v3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 5d976f4 commit d48b5dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
policy-working-dir: ${{ fromJSON(needs.calculate-policy-matrix.outputs.policy-working-dirs) }}
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.4.5
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.4.6
with:
policy-working-dir: ${{ matrix.policy-working-dir }}
# hardcode a bogus but semver valid version for `make check-artifacthub.yml`.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
unit-tests:
needs: calculate-policy-from-tag
name: run unit tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.4.5
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.4.6
with:
policy-working-dir: ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }}
policy-version: ${{ needs.calculate-policy-from-tag.outputs.policy-version }}
Expand All @@ -56,7 +56,7 @@ jobs:
concurrency:
group: release-policy # only allow 1 release job of "release-policy" concurrently
cancel-in-progress: false
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@v3.4.5
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@v3.4.6
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/${{ needs.calculate-policy-from-tag.outputs.policy-id }}
policy-working-dir: ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }}
Expand Down

0 comments on commit d48b5dc

Please sign in to comment.