From 221b7248a979b8956a62e84d753be5603ca8eced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:11:02 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.45.1 to 4.48.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.45.1 to 4.48.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.48.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.48.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..7b3527d 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.48.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.48.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.48.1 with: cmd: yq '.frontend-location' .github/CICD-Config.yml - run: echo "Frontend configuration ${{ steps.frontend.outputs.result }}"