diff --git a/.github/workflows/__greetings.yml b/.github/workflows/__greetings.yml index 51345973..17f17f55 100644 --- a/.github/workflows/__greetings.yml +++ b/.github/workflows/__greetings.yml @@ -10,7 +10,7 @@ permissions: {} jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4 permissions: contents: read issues: write diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index ffdb4dc6..e06ec19e 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -83,7 +83,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@44e0f1bacebf3711bf90895fc45d815e9fe582e8 # 0.18.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@daee4406a47682bd2adf0822c12f1d46338d7da1 # 0.18.1 permissions: contents: read with: diff --git a/actions/docker/build-image/action.yml b/actions/docker/build-image/action.yml index b97eb0a9..bfb60644 100644 --- a/actions/docker/build-image/action.yml +++ b/actions/docker/build-image/action.yml @@ -283,7 +283,7 @@ runs: core.setOutput('cache-from', transformedCacheFrom); core.setOutput('cache-to', transformedCacheTo); - - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 id: cache with: path: cache-mount diff --git a/actions/helm/generate-docs/action.yml b/actions/helm/generate-docs/action.yml index 75c9e739..c4cb9132 100644 --- a/actions/helm/generate-docs/action.yml +++ b/actions/helm/generate-docs/action.yml @@ -148,7 +148,7 @@ runs: - name: Cache textlint id: cache-textlint - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ steps.prepare-variables.outputs.textlint-cache-path }} key: ${{ runner.os }}-textlint-${{ hashFiles(steps.prepare-variables.outputs.textlint-config-path) }} @@ -194,7 +194,7 @@ runs: - name: Cache prettier id: cache-prettier - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ steps.prepare-variables.outputs.prettier-cache-path }} key: ${{ runner.os }}-prettier diff --git a/actions/helm/release-chart/action.yml b/actions/helm/release-chart/action.yml index 712f2730..b705ed02 100644 --- a/actions/helm/release-chart/action.yml +++ b/actions/helm/release-chart/action.yml @@ -182,7 +182,7 @@ runs: core.setOutput('yq-command', yqCommands.join('\n')); - - uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2 + - uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1 with: cmd: | ${{ steps.chart-values-updates.outputs.yq-command }}