Skip to content

Commit 1077c83

Browse files
dependabot[bot]J12934
authored andcommitted
Bump mikefarah/yq
Bumps the github-actions-version-updates group with 1 update in the /.github/workflows directory: [mikefarah/yq](https://github.com/mikefarah/yq). Updates `mikefarah/yq` from 4.46.1 to 4.47.1 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.46.1...v4.47.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c45362f commit 1077c83

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/scb-bot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)