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 }}