From 5b6d960d4e1d40ee7b8f0aa1e17fc2e935c3ec58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 05:26:43 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.45.1 to 4.46.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.45.1 to 4.46.1. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/v4.45.1...v4.46.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.46.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2dcff0c..8509545 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -26,20 +26,20 @@ jobs: - uses: actions/checkout@v4 - name: Load docker configuration id: docker - uses: mikefarah/yq@v4.45.1 + uses: mikefarah/yq@v4.46.1 with: cmd: yq '.docker' .github/CICD-Config.yml -o=json - run: echo "Docker configuration ${{ steps.docker.outputs.result }}" - uses: actions/checkout@v4 - name: Load Code analysis configuration id: analysis - uses: mikefarah/yq@v4.45.1 + uses: mikefarah/yq@v4.46.1 with: cmd: yq '.code-analysis-languages' .github/CICD-Config.yml -o=json - run: echo "Code analysis configuration ${{ steps.analysis.outputs.result }}" - name: Load frontend configuration id: frontend - uses: mikefarah/yq@v4.45.1 + uses: mikefarah/yq@v4.46.1 with: cmd: yq '.frontend-location' .github/CICD-Config.yml - run: echo "Frontend configuration ${{ steps.frontend.outputs.result }}"