Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/open-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Open release PR
jobs:
test:
name: open-release-pr
uses: kubewarden/github-actions/.github/workflows/reusable-release-pr.yml@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6
uses: kubewarden/github-actions/.github/workflows/reusable-release-pr.yml@5e22c63afd22d04a802a7a0463f66ffda6c3c71a # v4.5.7
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ name: Tag and Release on PR Merge
jobs:
test:
name: release-tag
uses: kubewarden/github-actions/.github/workflows/reusable-release-tag.yml@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6
uses: kubewarden/github-actions/.github/workflows/reusable-release-tag.yml@5e22c63afd22d04a802a7a0463f66ffda6c3c71a # v4.5.7
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@5e22c63afd22d04a802a7a0463f66ffda6c3c71a # v4.5.7

release:
needs: test
Expand All @@ -22,13 +22,13 @@ jobs:
packages: write
# Required by cosign keyless signing
id-token: write
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@5e22c63afd22d04a802a7a0463f66ffda6c3c71a # v4.5.7
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/rancher-project-quotas-namespace-validator

release-catalog:
needs: release
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-catalog.yml@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-catalog.yml@5e22c63afd22d04a802a7a0463f66ffda6c3c71a # v4.5.7
secrets:
# Required to dispatch the release event to the policy-catalog repository
APP_ID: ${{ secrets.APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@8fdccfcf973dfe199cb2f4b2a6809898aa721559 # v4.5.6
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@5e22c63afd22d04a802a7a0463f66ffda6c3c71a # v4.5.7
Loading