Skip to content

Commit 915e15a

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 5 updates
Bumps the github-actions-dependencies group with 4 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), [github/codeql-action](https://github.com/github/codeql-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). 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.16.0 to 0.16.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.16.0...0.16.1) Updates `hoverkraft-tech/ci-github-publish` from 0.1.1 to 0.2.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@0.1.1...0.2.0) Updates `github/codeql-action` from 3.28.4 to 3.28.8 - [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.4...v3.28.8) Updates `codecov/codecov-action` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.3.0...v5.3.1) Updates `actions/setup-node` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-patch 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: codecov/codecov-action 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 c4f9845 commit 915e15a

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
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/[email protected].0
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1

.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.1.1
28+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@0.2.0
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/[email protected].0
23+
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1
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/[email protected].0
15+
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1
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/[email protected].0
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected].1

.github/workflows/continuous-integration.yml

Lines changed: 9 additions & 9 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/[email protected].0
65-
- uses: github/codeql-action/[email protected].4
64+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
65+
- uses: github/codeql-action/[email protected].8
6666
with:
6767
languages: ${{ inputs.code-ql }}
68-
- uses: github/codeql-action/[email protected].4
68+
- uses: github/codeql-action/[email protected].8
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/[email protected].0
77+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
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/[email protected].0
93+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
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/[email protected].0
165+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
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/[email protected].0
199+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
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/[email protected].0
260+
- uses: hoverkraft-tech/ci-github-common/actions/[email protected].1
261261

262262
- if: needs.setup.outputs.build-artifact
263263
uses: actions/download-artifact@v4
@@ -287,7 +287,7 @@ jobs:
287287

288288
- name: 📊 Code coverage
289289
if: inputs.coverage == 'codecov'
290-
uses: codecov/[email protected].0
290+
uses: codecov/[email protected].1
291291
with:
292292
use_oidc: true
293293
disable_telem: true

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.1.0
42+
- uses: actions/setup-node@v4.2.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)