-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from kubewarden/renovate/kubewarden-github-acti…
…ons-3.x chore(deps): update kubewarden/github-actions action to v3.4.2
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].0 | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].2 | ||
with: | ||
policy-working-dir: ${{ matrix.policy-working-dir }} | ||
# hardcode a bogus but semver valid version for `make check-artifacthub.yml`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
unit-tests: | ||
needs: calculate-policy-from-tag | ||
name: run unit tests and linters | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].0 | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].2 | ||
with: | ||
policy-working-dir: ${{ needs.calculate-policy-from-tag.outputs.policy-working-dir }} | ||
policy-version: ${{ needs.calculate-policy-from-tag.outputs.policy-version }} | ||
|
@@ -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/[email protected].0 | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].2 | ||
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 }} | ||
|