Skip to content

Commit d788244

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 3 directories with 6 updates
Bumps the github-actions-dependencies group with 4 updates in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish), [actions/download-artifact](https://github.com/actions/download-artifact), [hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml](https://github.com/hoverkraft-tech/ci-github-container) and [github/codeql-action](https://github.com/github/codeql-action). Bumps the github-actions-dependencies group with 1 update in the /actions/build directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: [actions/cache](https://github.com/actions/cache). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.18.0 to 0.18.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@44e0f1b...642cdb5) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.30.3 to 0.30.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@3256ec7...18c35d2) Updates `github/codeql-action` from 4.31.7 to 4.31.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cf1bb45...5d4e8d1) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) Updates `actions/cache` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@a783357...9255dc7) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.18.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml dependency-version: 0.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67f38c1 commit d788244

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
release:
3636
needs: ci
3737
if: github.event_name != 'schedule'
38-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@44e0f1bacebf3711bf90895fc45d815e9fe582e8 # 0.18.0
38+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@642cdb54493d05debdc1394f4bfd7365f82e7bf1 # 0.18.2
3939
permissions:
4040
contents: read
4141
with:

.github/workflows/__test-workflow-continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: act-without-container
3030
steps:
3131
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
32+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3333
with:
3434
artifact-ids: ${{ needs.act-without-container.outputs.build-artifact-id }}
3535
path: "/"
@@ -63,7 +63,7 @@ jobs:
6363
packages: write
6464
issues: read
6565
pull-requests: read
66-
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@3256ec78f48fdaa4c9691c87dc7136fa561c456e # 0.30.3
66+
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@18c35d287eb2f66e00741c88954106b44b812ae0 # 0.30.4
6767
with:
6868
sign: false
6969
images: |
@@ -105,7 +105,7 @@ jobs:
105105
needs: act-with-container
106106
steps:
107107
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
108-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
108+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
109109
with:
110110
artifact-ids: ${{ needs.act-with-container.outputs.build-artifact-id }}
111111
path: ${{ runner.temp }}
@@ -153,7 +153,7 @@ jobs:
153153
needs: act-with-container-advanced
154154
steps:
155155
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
156-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
156+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
157157
with:
158158
artifact-ids: ${{ needs.act-with-container-advanced.outputs.build-artifact-id }}
159159
path: ${{ runner.temp }}

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ jobs:
294294
runs-on: *ci-runner
295295
steps:
296296
- uses: hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
297-
- uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
297+
- uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
298298
with:
299299
languages: ${{ inputs.code-ql }}
300-
- uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
300+
- uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
301301

302302
dependency-review:
303303
name: 🛡️ Dependency Review
@@ -570,7 +570,7 @@ jobs:
570570
if: inputs.container == ''
571571

572572
- if: needs.build.outputs.artifact-id && inputs.container == ''
573-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
573+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
574574
with:
575575
artifact-ids: ${{ needs.build.outputs.artifact-id }}
576576
path: "/"

actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ runs:
162162
163163
- id: build-artifact-id
164164
if: inputs.build-artifact != ''
165-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
165+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
166166
with:
167167
name: ${{ fromJSON(inputs.build-artifact).name }}
168168
path: ${{ fromJSON(inputs.build-artifact).paths }}

actions/dependencies-cache/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151

5252
- name: ♻️ NX cache
5353
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
54-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
54+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5555
with:
5656
path: ${{ inputs.working-directory }}/node_modules/.cache/nx
5757
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -60,7 +60,7 @@ runs:
6060
6161
- name: ♻️ Prettier cache
6262
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
63-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
63+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
6464
with:
6565
path: ${{ inputs.working-directory }}/node_modules/.cache/prettier
6666
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -69,7 +69,7 @@ runs:
6969
7070
- name: ♻️ Docusaurus cache
7171
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).docusaurus == true
72-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
72+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7373
with:
7474
path: |
7575
${{ inputs.working-directory }}/.docusaurus
@@ -80,7 +80,7 @@ runs:
8080
8181
- name: ♻️ Vitest cache
8282
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).vitest == true
83-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
83+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
8484
with:
8585
path: ${{ inputs.working-directory }}/node_modules/.vite/vitest
8686
key: ${{ runner.os }}-cache-vitest-${{ github.sha }}
@@ -89,7 +89,7 @@ runs:
8989
9090
- name: ♻️ Astro cache
9191
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).astro == true
92-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
92+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9393
with:
9494
path: ${{ inputs.working-directory }}/node_modules/.astro
9595
key: ${{ runner.os }}-cache-astro-${{ github.sha }}
@@ -98,7 +98,7 @@ runs:
9898
9999
- name: ♻️ Gatsby cache
100100
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
101-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
101+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
102102
with:
103103
path: |
104104
${{ inputs.working-directory }}/.cache
@@ -109,7 +109,7 @@ runs:
109109
110110
- name: ♻️ Storybook cache
111111
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
112-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
112+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
113113
with:
114114
path: ${{ inputs.working-directory }}/node_modules/.cache/storybook
115115
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -196,7 +196,7 @@ runs:
196196

197197
- name: ♻️ Test cache
198198
if: steps.jest-cache-dir-path.outputs.dir
199-
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
199+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
200200
with:
201201
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
202202
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)