From eb29b5262fac3eef47ff4298674586679deb0fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:45:47 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.45.1 to 4.45.4 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.45.1 to 4.45.4. - [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.45.4) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.45.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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..da4d34e 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.45.4 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.45.4 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.45.4 with: cmd: yq '.frontend-location' .github/CICD-Config.yml - run: echo "Frontend configuration ${{ steps.frontend.outputs.result }}"