From 779bd24bde6f2475945b18c4cbd0b77aea5ea412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 04:18:20 +0000 Subject: [PATCH] build(deps): Bump the github-actions-dependencies group across 5 directories with 5 updates Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/argocd-manifest-files directory: [mikefarah/yq](https://github.com/mikefarah/yq). Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/get-environment directory: [hoverkraft-tech/ci-github-common/actions/get-issue-number](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/github-pages directory: [hoverkraft-tech/ci-github-common/actions/local-actions](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 2 updates in the /actions/deploy/report directory: [hoverkraft-tech/ci-github-common/actions/create-or-update-comment](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-common/actions/local-actions](https://github.com/hoverkraft-tech/ci-github-common). Bumps the github-actions-dependencies group with 1 update in the /actions/release/get-configuration directory: [hoverkraft-tech/ci-github-common/actions/checkout](https://github.com/hoverkraft-tech/ci-github-common). Updates `mikefarah/yq` from 4.53.3 to 4.53.6 - [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/1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d...c14f446382944492701b16c1ddb48bb9dbe683e3) Updates `hoverkraft-tech/ci-github-common/actions/get-issue-number` from 0.37.3 to 0.38.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/2334d395217f9811699dbd4ace9d8559e4d99e0d...3a27d31e9ccefbe9609cc9165017ed100ff34a22) Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/2334d395217f9811699dbd4ace9d8559e4d99e0d...3a27d31e9ccefbe9609cc9165017ed100ff34a22) Updates `hoverkraft-tech/ci-github-common/actions/create-or-update-comment` from 0.37.3 to 0.38.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/2334d395217f9811699dbd4ace9d8559e4d99e0d...3a27d31e9ccefbe9609cc9165017ed100ff34a22) Updates `hoverkraft-tech/ci-github-common/actions/local-actions` from 0.37.3 to 0.38.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/2334d395217f9811699dbd4ace9d8559e4d99e0d...3a27d31e9ccefbe9609cc9165017ed100ff34a22) Updates `hoverkraft-tech/ci-github-common/actions/checkout` from 0.37.3 to 0.38.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/2334d395217f9811699dbd4ace9d8559e4d99e0d...3a27d31e9ccefbe9609cc9165017ed100ff34a22) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.53.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/actions/get-issue-number dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/actions/create-or-update-comment dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/actions/local-actions dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common/actions/checkout dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- actions/deploy/argocd-manifest-files/action.yml | 4 ++-- actions/deploy/get-environment/action.yml | 2 +- actions/deploy/github-pages/action.yml | 2 +- actions/deploy/report/action.yml | 4 ++-- actions/release/get-configuration/action.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/actions/deploy/argocd-manifest-files/action.yml b/actions/deploy/argocd-manifest-files/action.yml index 6a88a8d..fd925b4 100644 --- a/actions/deploy/argocd-manifest-files/action.yml +++ b/actions/deploy/argocd-manifest-files/action.yml @@ -224,7 +224,7 @@ runs: core.setOutput('cmd', yqUpdates); - id: update-application-file - uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 + uses: mikefarah/yq@c14f446382944492701b16c1ddb48bb9dbe683e3 # v4.53.6 env: INPUT_NAMESPACE: ${{ inputs.namespace }} INPUT_APPLICATION_REPOSITORY: ${{ inputs.application-repository }} @@ -322,7 +322,7 @@ runs: fi - id: update-manifest-file - uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 + uses: mikefarah/yq@c14f446382944492701b16c1ddb48bb9dbe683e3 # v4.53.6 env: INPUT_NAMESPACE: ${{ inputs.namespace }} INPUT_MANIFEST_FILE: ${{ inputs.manifest-file }} diff --git a/actions/deploy/get-environment/action.yml b/actions/deploy/get-environment/action.yml index 1523cca..f5f6488 100644 --- a/actions/deploy/get-environment/action.yml +++ b/actions/deploy/get-environment/action.yml @@ -26,7 +26,7 @@ runs: steps: - id: get-issue-number if: ${{ github.event_name == 'issue_comment' || github.event_name == 'pull_request' }} - uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@2334d395217f9811699dbd4ace9d8559e4d99e0d # 0.37.3 + uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@3a27d31e9ccefbe9609cc9165017ed100ff34a22 # 0.38.0 - id: get-environment uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 diff --git a/actions/deploy/github-pages/action.yml b/actions/deploy/github-pages/action.yml index a4d1166..a686008 100644 --- a/actions/deploy/github-pages/action.yml +++ b/actions/deploy/github-pages/action.yml @@ -95,7 +95,7 @@ runs: core.setOutput("artifact-name", artifactName); - id: local-actions - uses: hoverkraft-tech/ci-github-common/actions/local-actions@2334d395217f9811699dbd4ace9d8559e4d99e0d # 0.37.3 + uses: hoverkraft-tech/ci-github-common/actions/local-actions@3a27d31e9ccefbe9609cc9165017ed100ff34a22 # 0.38.0 with: source-path: ${{ github.action_path }}/../.. diff --git a/actions/deploy/report/action.yml b/actions/deploy/report/action.yml index a469852..fe45bdc 100644 --- a/actions/deploy/report/action.yml +++ b/actions/deploy/report/action.yml @@ -58,7 +58,7 @@ runs: using: "composite" steps: - id: local-actions - uses: hoverkraft-tech/ci-github-common/actions/local-actions@2334d395217f9811699dbd4ace9d8559e4d99e0d # 0.37.3 + uses: hoverkraft-tech/ci-github-common/actions/local-actions@3a27d31e9ccefbe9609cc9165017ed100ff34a22 # 0.38.0 with: source-path: ${{ github.action_path }}/../.. @@ -114,7 +114,7 @@ runs: update-log-url: ${{ inputs.repository == github.event.repository.name && 'true' || 'false' }} github-token: ${{ inputs.github-token }} - - uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@2334d395217f9811699dbd4ace9d8559e4d99e0d # 0.37.3 + - uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@3a27d31e9ccefbe9609cc9165017ed100ff34a22 # 0.38.0 if: ${{ steps.get-deployment-result.outputs.is-issue-comment == 'true' }} with: title: "## ${{ steps.get-deployment-result.outputs.title }}" diff --git a/actions/release/get-configuration/action.yml b/actions/release/get-configuration/action.yml index 6bb1ebe..6474a6e 100644 --- a/actions/release/get-configuration/action.yml +++ b/actions/release/get-configuration/action.yml @@ -78,7 +78,7 @@ runs: core.setOutput('temp-config-path', tempConfigRelativePath); - if: steps.resolve-config-paths.outputs.requires-checkout == 'true' - uses: hoverkraft-tech/ci-github-common/actions/checkout@2334d395217f9811699dbd4ace9d8559e4d99e0d # 0.37.3 + uses: hoverkraft-tech/ci-github-common/actions/checkout@3a27d31e9ccefbe9609cc9165017ed100ff34a22 # 0.38.0 with: fetch-depth: "1" sparse-checkout: .github/${{ steps.resolve-config-paths.outputs.repository-config-path }}