Skip to content

Commit

Permalink
Bump mikefarah/yq from 4.44.5 to 4.44.6
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 689d179 commit 06547fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ jobs:
- uses: actions/checkout@v4
- name: Load docker configuration
id: docker
uses: mikefarah/[email protected].5
uses: mikefarah/[email protected].6
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/[email protected].5
uses: mikefarah/[email protected].6
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/[email protected].5
uses: mikefarah/[email protected].6
with:
cmd: yq '.frontend-location' .github/CICD-Config.yml
- run: echo "Frontend configuration ${{ steps.frontend.outputs.result }}"
Expand Down

0 comments on commit 06547fb

Please sign in to comment.