Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions actions/deploy/argocd-manifest-files/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion actions/deploy/get-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion actions/deploy/github-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/../..

Expand Down
4 changes: 2 additions & 2 deletions actions/deploy/report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/../..

Expand Down Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion actions/release/get-configuration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading