Skip to content

Commit ec90367

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 3 directories with 5 updates
Bumps the github-actions-dependencies group with 3 updates in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish) and [github/codeql-action](https://github.com/github/codeql-action). Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: [actions/cache](https://github.com/actions/cache). Bumps the github-actions-dependencies group with 1 update in the /actions/setup-node directory: [actions/setup-node](https://github.com/actions/setup-node). Updates `hoverkraft-tech/ci-github-common` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.17.0...0.18.0) Updates `hoverkraft-tech/ci-github-publish` from 0.2.0 to 0.3.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@0.2.0...0.3.1) Updates `github/codeql-action` from 3.28.11 to 3.28.12 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.11...v3.28.12) Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.2...v4.2.3) Updates `actions/setup-node` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe4b6f7 commit ec90367

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.github/workflows/__greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
greetings:
16-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.17.0
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.18.0

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
release:
2727
needs: ci
28-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0.2.0
28+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0.3.1
2929
with:
3030
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
3131
github-app-id: ${{ vars.CI_BOT_APP_ID }}

.github/workflows/__need-fix-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
main:
23-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.17.0
23+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.18.0
2424
with:
2525
manual-commit-ref: ${{ inputs.manual-commit-ref }}
2626
manual-base-ref: ${{ inputs.manual-base-ref }}

.github/workflows/__shared-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
linter:
15-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.17.0
15+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.18.0
1616

1717
test-action-get-package-manager:
1818
name: Test action "get-package-manager"

.github/workflows/__stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ permissions:
1010

1111
jobs:
1212
main:
13-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.17.0
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.18.0

.github/workflows/continuous-integration.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
security-events: write
6262
runs-on: "ubuntu-latest"
6363
steps:
64-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
65-
- uses: github/codeql-action/[email protected].11
64+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.0
65+
- uses: github/codeql-action/[email protected].12
6666
with:
6767
languages: ${{ inputs.code-ql }}
68-
- uses: github/codeql-action/[email protected].11
68+
- uses: github/codeql-action/[email protected].12
6969

7070
dependency-review:
7171
name: 🛡️ Dependency Review
@@ -74,7 +74,7 @@ jobs:
7474
contents: read
7575
runs-on: "ubuntu-latest"
7676
steps:
77-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
77+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.0
7878
- uses: actions/dependency-review-action@v4
7979

8080
setup:
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
9292
# jscpd:ignore-start
93-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
93+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.0
9494

9595
- id: oidc
9696
uses: ChristopherHX/oidc@v3
@@ -162,7 +162,7 @@ jobs:
162162
id-token: write
163163
steps:
164164
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
165-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
165+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.0
166166

167167
- id: oidc
168168
uses: ChristopherHX/oidc@v3
@@ -196,7 +196,7 @@ jobs:
196196
id-token: write
197197
steps:
198198
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
199-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
199+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.0
200200
if: needs.setup.outputs.build-commands
201201

202202
- id: oidc
@@ -257,7 +257,7 @@ jobs:
257257
id-token: write
258258
steps:
259259
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
260-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.17.0
260+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.18.0
261261

262262
- if: needs.setup.outputs.build-artifact
263263
uses: actions/download-artifact@v4

actions/dependencies-cache/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929

3030
- name: ♻️ NX cache
3131
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
32-
uses: actions/[email protected].2
32+
uses: actions/[email protected].3
3333
with:
3434
path: node_modules/.cache/nx
3535
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -38,7 +38,7 @@ runs:
3838
3939
- name: ♻️ Prettier cache
4040
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
41-
uses: actions/[email protected].2
41+
uses: actions/[email protected].3
4242
with:
4343
path: node_modules/.cache/prettier
4444
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -47,7 +47,7 @@ runs:
4747
4848
- name: ♻️ Gatsby cache
4949
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
50-
uses: actions/[email protected].2
50+
uses: actions/[email protected].3
5151
with:
5252
path: |
5353
.cache
@@ -58,7 +58,7 @@ runs:
5858
5959
- name: ♻️ Storybook cache
6060
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
61-
uses: actions/[email protected].2
61+
uses: actions/[email protected].3
6262
with:
6363
path: node_modules/.cache/storybook
6464
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: ♻️ Test cache
7777
if: steps.jest-cache-dir-path.outputs.dir
78-
uses: actions/[email protected].2
78+
uses: actions/[email protected].3
7979
with:
8080
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
8181
key: ${{ runner.os }}-test-${{ github.sha }}

actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
exit 0
4040
fi
4141
42-
- uses: actions/setup-node@v4.2.0
42+
- uses: actions/setup-node@v4.3.0
4343
with:
4444
node-version-file: ${{ steps.get-node-version-file.outputs.node-version-file }}
4545
cache: ${{ steps.get-package-manager.outputs.package-manager }}

0 commit comments

Comments
 (0)