We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376b033 commit 4de960dCopy full SHA for 4de960d
.github/workflows/openvex.yaml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v2
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
14
- name: Set env
15
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
16
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
17
name: Run vexctl
18
with:
19
- product: pkg:generic/hello@${{ env.RELEASE_VERSION }}
+ product: pkg:golang/kubernetes/kube-state-metrics@${{ env.RELEASE_VERSION }}
0 commit comments