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 be6eaee commit 68e3d66Copy full SHA for 68e3d66
1 file changed
.github/workflows/draft-release.yml
@@ -39,7 +39,7 @@ jobs:
39
futureRelease: ${{ steps.version.outputs.next-version }}
40
41
- name: Update YAML File with next version
42
- uses: mikefarah/yq@3d918acc2aa75876ca662e50a98391ab1bce34d0 # v4.52.1
+ uses: mikefarah/yq@2be0094729a1006f61e8339ce9934bfb3cbb549f # v4.52.2
43
with:
44
cmd: |
45
yq e '.operator.trivyDojoReportOperator.image.tag = "${{ steps.version.outputs.next-version }}"' -i charts/values.yaml
0 commit comments