Skip to content

Commit 0c3bc80

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 4 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/checkout](https://github.com/actions/checkout), [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/package directory: [actions/checkout](https://github.com/actions/checkout). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.25.0 to 0.26.2 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@b27c380...84d583b) Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.34.2 to 0.36.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@260358b...77f98ab) Updates `github/codeql-action` from 4.35.5 to 4.36.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e0d7b8...87557b9) Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: github/codeql-action dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent ee3fb16 commit 0c3bc80

15 files changed

Lines changed: 191 additions & 240 deletions

.devcontainer/devcontainer-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"features": {
3-
"ghcr.io/devcontainers/features/docker-in-docker:": {
4-
"version": "2.17.0",
5-
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:25b9f05705ffba7dbe503230ac76081419306f8c8bc88e0ce78c4ecd99a0c78c",
6-
"integrity": "sha256:25b9f05705ffba7dbe503230ac76081419306f8c8bc88e0ce78c4ecd99a0c78c"
3+
"ghcr.io/devcontainers/features/docker-in-docker:3": {
4+
"version": "3.0.1",
5+
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:ca2508495b01ba29eba93e8153772a2daa65eaa86471cc6863fe2a3d21933df9",
6+
"integrity": "sha256:ca2508495b01ba29eba93e8153772a2daa65eaa86471cc6863fe2a3d21933df9"
77
},
88
"ghcr.io/devcontainers/features/github-cli:1": {
99
"version": "1.1.0",

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"image": "mcr.microsoft.com/devcontainers/base:debian",
44
"features": {
55
"ghcr.io/devcontainers/features/node:2": {},
6-
"ghcr.io/devcontainers/features/docker-in-docker:": {
6+
"ghcr.io/devcontainers/features/docker-in-docker:3": {
77
"moby": false
88
},
99
"ghcr.io/devcontainers/features/github-cli:1": {
@@ -28,4 +28,4 @@
2828
}
2929
}
3030
}
31-
}
31+
}

.github/workflows/__main-ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,21 @@ jobs:
3535
release:
3636
needs: ci
3737
if: github.event_name != 'schedule'
38-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0
38+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
3939
permissions:
4040
contents: read
4141
with:
4242
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
4343
github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }}
44+
extra-badges: |
45+
[
46+
{
47+
"label":"codecov",
48+
"url":"https://codecov.io/gh/hoverkraft-tech/compose-action/graph/badge.svg?token=90JXB7EIMA",
49+
"linkUrl":"https://codecov.io/gh/hoverkraft-tech/compose-action"
50+
}
51+
]
52+
4453
secrets:
4554
github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
4655

.github/workflows/__test-action-dependencies-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# jscpd:ignore-start
3030

3131
- name: Arrange - Checkout sources
32-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333

3434
- name: Arrange - Setup Node.js runtime
3535
id: arrange-setup-node

.github/workflows/__test-action-get-package-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run-script-command: yarn
4444
steps:
4545
- name: Arrange - Checkout sources
46-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4747

4848
- name: Act - Run "get-package-manager" action
4949
id: act-get-package-manager

.github/workflows/__test-action-has-installed-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
lock-file: yarn.lock
3232
steps:
3333
- name: Arrange - Checkout sources
34-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3535

3636
- name: Arrange - Setup Node.js runtime
3737
id: arrange-setup-node

.github/workflows/__test-action-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
artifact-suffix: yarn
3030
steps:
3131
- name: Arrange - Checkout sources
32-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333

3434
- name: Act - Run "package" action
3535
id: act-package
@@ -92,7 +92,7 @@ jobs:
9292
package-tarball-artifact-id: ${{ needs.test.outputs['package-tarball-artifact-id-yarn'] }}
9393
steps:
9494
- name: Arrange - Checkout sources
95-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
95+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9696

9797
- name: Arrange - Configure Node.js version
9898
run: echo "lts/*" > .nvmrc

.github/workflows/__test-action-setup-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run-script-command: yarn
2828
steps:
2929
- name: Arrange - Checkout sources
30-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131

3232
- name: Arrange - Configure Node.js version
3333
run: echo "lts/*" > .nvmrc

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: act-without-container
2929
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3232
with:
3333
artifact-ids: ${{ needs.act-without-container.outputs.build-artifact-id }}
@@ -62,7 +62,7 @@ jobs:
6262
issues: read
6363
packages: write
6464
pull-requests: read
65-
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@260358ba1fd405c57bc669823d89c625971a3431 # 0.34.2
65+
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@77f98ab8773b824eca7ed3f94e3e9c8b8af5875c # 0.36.1
6666
with:
6767
sign: false
6868
images: |
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
needs: act-with-container
104104
steps:
105-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
105+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
106106
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
107107
with:
108108
artifact-ids: ${{ needs.act-with-container.outputs.build-artifact-id }}
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ubuntu-latest
150150
needs: act-with-container-advanced
151151
steps:
152-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
152+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
153153
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
154154
with:
155155
artifact-ids: ${{ needs.act-with-container-advanced.outputs.build-artifact-id }}

.github/workflows/__test-workflow-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
package-tarball-artifact-id: ${{ steps.package.outputs.package-tarball-artifact-id }}
1616
steps:
1717
- name: Arrange - Checkout sources
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919

2020
- id: package
2121
name: Arrange - Create package tarball

0 commit comments

Comments
 (0)