Skip to content

Commit 045142f

Browse files
dependabot[bot]neilime
authored andcommitted
build(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-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs), [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) and [hoverkraft-tech/ci-dokumentor](https://github.com/hoverkraft-tech/ci-dokumentor). Bumps the github-actions-dependencies group with 1 update in the /actions/release/create directory: [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml` from 0.23.2 to 0.24.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@47891dc...a10d5e3) Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@1b10c78...bcd2ba4) Updates `release-drafter/release-drafter` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@563bf13...c2e2804) Updates `hoverkraft-tech/ci-dokumentor` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/hoverkraft-tech/ci-dokumentor/releases) - [Commits](hoverkraft-tech/ci-dokumentor@0ec3f16...3258ef0) Updates `release-drafter/release-drafter` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@563bf13...c2e2804) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: release-drafter/release-drafter dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-dokumentor dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: release-drafter/release-drafter dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d06c88 commit 045142f

10 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/__test-action-deploy-jekyll-jampack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: {}
88
jobs:
99
continuous-integration:
1010
name: Continuous integration for "deploy/jekyll" action
11-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
11+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a10d5e32daef8e060c49fe617833fb0d53476f22 # 0.24.0
1212
permissions:
1313
contents: read
1414
id-token: write

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
deployment-id: ${{ steps.create-deployment.outputs.deployment-id }}
6060
state: "in_progress"
6161

62-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
62+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
6363
id: generate-token
6464
with:
6565
client-id: ${{ vars.CI_BOT_APP_ID }}

.github/workflows/clean-deploy-argocd-app-of-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
core.setOutput("has-changes", hasChanges);
108108
109109
# jscpd:ignore-start
110-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
110+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
111111
if: ${{ steps.remove-files.outputs.has-changes == 'true' && inputs.github-app-client-id }}
112112
id: generate-token
113113
with:

.github/workflows/clean-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
core.setOutput("owner", ownerName);
139139
}
140140
141-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
141+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
142142
if: ${{ inputs.github-app-client-id }}
143143
id: generate-token
144144
with:

.github/workflows/deploy-argocd-app-of-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
initiated-by: ${{ steps.check-client-payload.outputs.initiated-by }}
221221

222222
# jscpd:ignore-start
223-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
223+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
224224
if: inputs.github-app-client-id
225225
id: generate-token
226226
with:

.github/workflows/deploy-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
core.setOutput("deploy-values", JSON.stringify(deployValues));
451451
452452
# jscpd:ignore-start
453-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
453+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
454454
if: inputs.github-app-client-id
455455
id: generate-token
456456
with:

.github/workflows/finish-deploy-argocd-app-of-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
core.setFailed(`Status "${status}" is not valid. Valid statuses are: ${JSON.stringify(statesStatuses)}`);
145145
146-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
146+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
147147
if: inputs.github-app-client-id
148148
id: generate-token
149149
with:

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
working-directory: ${{ inputs.working-directory }}
6060

61-
- uses: release-drafter/release-drafter/autolabeler@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
61+
- uses: release-drafter/release-drafter/autolabeler@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0
6262
if: github.event_name == 'pull_request'
6363
with:
6464
token: ${{ secrets.github-token || secrets.GITHUB_TOKEN || github.token }}

.github/workflows/release-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267

268268
- name: 📖 Generate documentation
269269
id: generate-documentation
270-
uses: hoverkraft-tech/ci-dokumentor@0ec3f1661a565ecdb5a5f1de7739457717ad3b7a # 0.3.0
270+
uses: hoverkraft-tech/ci-dokumentor@3258ef0de948ec25e5939618d5ef510445aed869 # 0.3.1
271271
with:
272272
source: ${{ needs.get-documentation-changes.outputs.manifest-files }}
273273

@@ -312,7 +312,7 @@ jobs:
312312

313313
# jscpd:ignore-start
314314

315-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
315+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
316316
if: inputs.github-app-client-id
317317
id: generate-token
318318
with:

actions/release/create/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
include-paths: ${{ inputs.include-paths }}
6161

6262
- id: release
63-
uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
63+
uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0
6464
with:
6565
token: ${{ inputs.github-token }}
6666
publish: ${{ inputs.publish }}

0 commit comments

Comments
 (0)