Skip to content

Commit ba3aa09

Browse files
chore(deps): bump the github-actions-dependencies group across 4 directories with 5 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [int128/docker-build-cache-config-action](https://github.com/int128/docker-build-cache-config-action). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/sign-images directory: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Bumps the github-actions-dependencies group with 2 updates in the /actions/helm/generate-docs directory: [losisin/helm-docs-github-action](https://github.com/losisin/helm-docs-github-action) and [losisin/helm-values-schema-json-action](https://github.com/losisin/helm-values-schema-json-action). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.23.1 to 0.23.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@91a69c7...2c8e24b) Updates `sigstore/cosign-installer` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@cad07c2...6f9f177) Updates `int128/docker-build-cache-config-action` from 1.54.0 to 1.55.0 - [Release notes](https://github.com/int128/docker-build-cache-config-action/releases) - [Commits](int128/docker-build-cache-config-action@dcc94fc...8bda1b3) Updates `sigstore/cosign-installer` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@cad07c2...6f9f177) Updates `losisin/helm-docs-github-action` from 1.8.0 to 2.0.0 - [Release notes](https://github.com/losisin/helm-docs-github-action/releases) - [Commits](losisin/helm-docs-github-action@2ccf3e7...3a4528e) Updates `losisin/helm-values-schema-json-action` from 2.5.0 to 3.0.0 - [Release notes](https://github.com/losisin/helm-values-schema-json-action/releases) - [Commits](losisin/helm-values-schema-json-action@02bda41...39cdf80) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: sigstore/cosign-installer dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: int128/docker-build-cache-config-action dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: sigstore/cosign-installer dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: losisin/helm-docs-github-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: losisin/helm-values-schema-json-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2b0d74 commit ba3aa09

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
release:
8484
needs: ci
8585
if: github.event_name != 'schedule'
86-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@91a69c7a9730d3ec2886a80681dbb67634c70970 # 0.23.1
86+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2
8787
permissions:
8888
contents: read
8989
with:

.github/workflows/__test-workflow-docker-build-images-platforms-and-signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
steps:
235235
- name: Install cosign
236236
if: matrix.sign
237-
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
237+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
238238

239239
- name: Verify image signature
240240
if: matrix.sign

actions/docker/build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ runs:
303303

304304
# Caching setup
305305
- id: cache-arguments
306-
uses: int128/docker-build-cache-config-action@dcc94fc867b7444b6c25adaab482961d3acc139a # v1.54.0
306+
uses: int128/docker-build-cache-config-action@8bda1b303afec3d9f81c0c359096a47870ca1bf0 # v1.55.0
307307
with:
308308
image: ${{ steps.get-docker-config.outputs.cache-image }}
309309
flavor: ${{ steps.get-docker-config.outputs.cache-flavor }}

actions/docker/sign-images/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
runs:
4040
using: "composite"
4141
steps:
42-
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
42+
- uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
4343

4444
- name: Sign the images with GitHub OIDC Token
4545
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0

actions/helm/generate-docs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ runs:
131131
132132
- uses: hoverkraft-tech/ci-github-common/actions/checkout@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35.0
133133

134-
- uses: losisin/helm-docs-github-action@2ccf3e77eb70dc80d62f8cc26f15d0a96b75fef4 # v1.8.0
134+
- uses: losisin/helm-docs-github-action@3a4528e97c49a5e83de6b78c50c61c8ee5c9f944 # v2.0.0
135135
with:
136136
chart-search-root: ${{ steps.prepare-variables.outputs.working-directory }}
137137

138138
- if: ${{ steps.prepare-variables.outputs.values-file }}
139-
uses: losisin/helm-values-schema-json-action@02bda41b469ccfb3f0abb35f4211e598b0b6ea3e # v2.5.0
139+
uses: losisin/helm-values-schema-json-action@39cdf80504f6c95ad3c4f317e2135e2509ea56bb # v3.0.0
140140
with:
141141
values: ${{ steps.prepare-variables.outputs.values-file }}
142142
working-directory: ${{ steps.prepare-variables.outputs.working-directory }}

0 commit comments

Comments
 (0)