Skip to content

Commit 8adea3a

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 1 directory with 2 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [github/codeql-action](https://github.com/github/codeql-action). Updates `hoverkraft-tech/ci-github-common` from 0.13.3 to 0.14.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.13.3...0.14.0) Updates `github/codeql-action` from 3.25.10 to 3.25.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.25.10...v3.25.12) --- 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: github/codeql-action 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 94da7a1 commit 8adea3a

9 files changed

Lines changed: 21 additions & 118 deletions

.github/dependabot.template.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 9 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,27 @@
1-
# This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly.
2-
# Make changes to `.github/dependabot.template.yml` and a PR will be automatically created.
31
version: 2
42
updates:
53
- package-ecosystem: docker
64
open-pull-requests-limit: 20
7-
directory: /
5+
directory: "/"
86
schedule:
97
interval: weekly
108
day: friday
11-
time: '04:00'
9+
time: "04:00"
1210
groups:
1311
docker-dependencies:
1412
patterns:
15-
- '*'
13+
- "*"
14+
1615
- package-ecosystem: github-actions
17-
directory: /
1816
open-pull-requests-limit: 20
17+
directories:
18+
- "/"
19+
- "/actions/**/*"
1920
schedule:
2021
interval: weekly
2122
day: friday
22-
time: '04:00'
23+
time: "04:00"
2324
groups:
2425
github-actions-dependencies:
2526
patterns:
26-
- '*'
27-
- package-ecosystem: github-actions
28-
directory: /actions/dependencies-cache
29-
open-pull-requests-limit: 20
30-
schedule:
31-
interval: weekly
32-
day: friday
33-
time: '04:00'
34-
groups:
35-
github-actions-dependencies:
36-
patterns:
37-
- '*'
38-
- package-ecosystem: github-actions
39-
directory: /actions/get-package-manager
40-
open-pull-requests-limit: 20
41-
schedule:
42-
interval: weekly
43-
day: friday
44-
time: '04:00'
45-
groups:
46-
github-actions-dependencies:
47-
patterns:
48-
- '*'
49-
- package-ecosystem: github-actions
50-
directory: /actions/has-installed-dependencies
51-
open-pull-requests-limit: 20
52-
schedule:
53-
interval: weekly
54-
day: friday
55-
time: '04:00'
56-
groups:
57-
github-actions-dependencies:
58-
patterns:
59-
- '*'
60-
- package-ecosystem: github-actions
61-
directory: /actions/setup-node
62-
open-pull-requests-limit: 20
63-
schedule:
64-
interval: weekly
65-
day: friday
66-
time: '04:00'
67-
groups:
68-
github-actions-dependencies:
69-
patterns:
70-
- '*'
27+
- "*"

.github/workflows/__generate-dependabot-config.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.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.13.3
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.14.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-common/.github/workflows/release-actions.yml@0.13.3
28+
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.14.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/need-fix-to-issue.yml@0.13.3
23+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.14.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.13.3
15+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.14.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.13.3
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.14.0

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
security-events: write
5757
runs-on: "ubuntu-latest"
5858
steps:
59-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
60-
- uses: github/codeql-action/init@v3.25.10
59+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
60+
- uses: github/codeql-action/init@v3.25.12
6161
with:
6262
languages: ${{ inputs.code-ql }}
63-
- uses: github/codeql-action/analyze@v3.25.10
63+
- uses: github/codeql-action/analyze@v3.25.12
6464

6565
setup:
6666
name: ⚙️ Setup
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
7777
# jscpd:ignore-start
78-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
78+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
7979

8080
- id: oidc
8181
uses: ChristopherHX/oidc@v3
@@ -147,7 +147,7 @@ jobs:
147147
id-token: write
148148
steps:
149149
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
150-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
150+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
151151

152152
- id: oidc
153153
uses: ChristopherHX/oidc@v3
@@ -181,7 +181,7 @@ jobs:
181181
id-token: write
182182
steps:
183183
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
184-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
184+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
185185
if: needs.setup.outputs.build-commands
186186

187187
- id: oidc
@@ -242,7 +242,7 @@ jobs:
242242
id-token: write
243243
steps:
244244
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
245-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.13.3
245+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
246246

247247
- if: needs.setup.outputs.build-artifact
248248
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)