-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update kubewarden/github-actions action to v3.3.3
- Loading branch information
1 parent
0e1716d
commit ac7ec94
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
|
||
steps: | ||
- name: Install dependencies | ||
uses: kubewarden/github-actions/[email protected].2 | ||
uses: kubewarden/github-actions/[email protected].3 | ||
|
||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 | ||
|
@@ -39,7 +39,7 @@ jobs: | |
make e2e-tests | ||
- name: Release | ||
uses: kubewarden/github-actions/[email protected].2 | ||
uses: kubewarden/github-actions/[email protected].3 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
oci-target: ghcr.io/${{ github.repository_owner }}/policies/cel-policy |
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 |
---|---|---|
|
@@ -28,9 +28,9 @@ jobs: | |
with: | ||
bats-version: 1.11.0 | ||
- name: Install dependencies | ||
uses: kubewarden/github-actions/[email protected].2 | ||
uses: kubewarden/github-actions/[email protected].3 | ||
- name: Install kwctl | ||
uses: kubewarden/github-actions/[email protected].2 | ||
uses: kubewarden/github-actions/[email protected].3 | ||
- run: make e2e-tests | ||
|
||
golangci: | ||
|