-
Notifications
You must be signed in to change notification settings - Fork 15
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 #53 from kubewarden/renovate/all-minor-patch
chore(deps): update kubewarden/github-actions action to v3.1.5
- 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
|
||
test: | ||
name: run tests and linters | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].4 | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].5 | ||
|
||
release: | ||
needs: test | ||
|
@@ -23,6 +23,6 @@ jobs: | |
# Required by cosign keyless signing | ||
id-token: write | ||
|
||
uses: kubewarden/github-actions/.github/workflows/[email protected].4 | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].5 | ||
with: | ||
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name #FIXME |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ name: Continuous integration | |
jobs: | ||
test: | ||
name: run tests and linters | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].4 | ||
uses: kubewarden/github-actions/.github/workflows/[email protected].5 |