Skip to content

Commit 98a3503

Browse files
authored
Merge pull request #26 from kubewarden/renovate/github-actions
chore(deps): pin kubewarden/github-actions action to 36f0782
2 parents 2b8d720 + cae00e5 commit 98a3503

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Release policy
1010
jobs:
1111
test:
1212
name: run tests and linters
13-
uses: kubewarden/github-actions/.github/workflows/[email protected]
13+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
1414
with:
1515
artifacthub: false
1616

@@ -24,7 +24,7 @@ jobs:
2424
# Required by cosign keyless signing
2525
id-token: write
2626

27-
uses: kubewarden/github-actions/.github/workflows/[email protected]
27+
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
2828
with:
2929
oci-target: ghcr.io/${{ github.repository_owner }}/tests/raw-validation-opa-policy
3030
artifacthub: false

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name: Continuous integration
33
jobs:
44
test:
55
name: run tests and linters
6-
uses: kubewarden/github-actions/.github/workflows/[email protected]
6+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@36f0782e949d8597c061ca0d519f7e17a2813190 # v3.4.8
77
with:
88
artifacthub: false

0 commit comments

Comments
 (0)