File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,15 +422,15 @@ jobs:
422422 uses : actions/checkout@v4
423423
424424 - name : Set ENV Var with Scanner Version
425- uses : mikefarah/yq@v4.46 .1
425+ uses : mikefarah/yq@v4.47 .1
426426 # Notice: The current version of the scanner is provided via the Chart.yaml to ensure
427427 # there is only one place to edit the version of a scanner
428428 with :
429429 cmd : echo scannerVersion=$(yq e .appVersion scanners/${{ matrix.scanner }}/Chart.yaml) >> $GITHUB_ENV
430430
431431 # extract the supported cpu architectures from the Chart.yaml
432432 - name : Set ENV Var with Supported Platforms
433- uses : mikefarah/yq@v4.46 .1
433+ uses : mikefarah/yq@v4.47 .1
434434 with :
435435 cmd : echo supportedPlatforms=$(yq e .annotations.supported-platforms scanners/${{ matrix.scanner }}/Chart.yaml) >> $GITHUB_ENV
436436
@@ -552,7 +552,7 @@ jobs:
552552 uses : actions/checkout@v4
553553
554554 - name : Set ENV Var with Demo-Target Version
555- uses : mikefarah/yq@v4.46 .1
555+ uses : mikefarah/yq@v4.47 .1
556556 # Notice: The current version of the demo-target is provided via the Chart.yaml to ensure
557557 # there is only one place to edit the version of a scanner
558558 with :
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656 # Fetching scanner version from local chart .appVersion attribute
5757 # this would look like 1.1.1 or v1.1.1 depending on the corresponding Docker image tag
5858 - name : Fetch local scanner version
59- uses : mikefarah/yq@v4.46 .1
59+ uses : mikefarah/yq@v4.47 .1
6060 with :
6161 cmd : echo local=$(yq e .appVersion scanners/${{ matrix.scanner }}/Chart.yaml) >> $GITHUB_ENV
6262
6363 # Fetching scanner version API from local chart .annotations.versionApi attribute
6464 # This would look like https://api.github.com/repos/projectdiscovery/nuclei/releases/latest
6565 - name : Fetch scanner's version API
66- uses : mikefarah/yq@v4.46 .1
66+ uses : mikefarah/yq@v4.47 .1
6767 with :
6868 cmd : echo versionApi=$(yq e .annotations.versionApi scanners/${{ matrix.scanner }}/Chart.yaml) >> $GITHUB_ENV
6969
@@ -138,7 +138,7 @@ jobs:
138138
139139 - name : Upgrade Scanner Helm Chart
140140 if : ${{ env.release != env.local && env.prExists == 0 && env.release != null}}
141- uses : mikefarah/yq@v4.46 .1
141+ uses : mikefarah/yq@v4.47 .1
142142 with :
143143 # appVersion value in chart is replaced with release value. Empty lines are deleted in the process
144144 cmd : yq e --inplace '.appVersion = "${{env.release}}"' ./scanners/${{ matrix.scanner }}/Chart.yaml
You can’t perform that action at this time.
0 commit comments