Skip to content

Commit 09f42e4

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 4 updates in the / directory: - [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish) - [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) - [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) Bumps the github-actions-dependencies group with 1 update in the /actions/create-and-merge-pull-request directory: - [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) Bumps the github-actions-dependencies group with 1 update in the /actions/parse-ci-reports directory: - [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent e8d06f4 commit 09f42e4

8 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
release:
3333
needs: ci
3434
if: github.event_name != 'schedule'
35-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@dbdcce2870b33525ac1fa26069bf95b2dd586fda # 0.15.2
35+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@ed864a88ec8610dc2a1b9aab1dbde2864bf75df4 # 0.16.0
3636
permissions:
3737
contents: read
3838
with:

.github/workflows/__test-action-parse-ci-reports.yml

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

99
jobs:
1010
continuous-integration:
11-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
11+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
1212
permissions:
1313
contents: read
1414
id-token: write

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
return;
100100
}
101101
}
102-
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
102+
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
103103
if: ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
104104
with:
105105
working-directory: ${{ steps.has-prettier-plugins.outputs.package-json-dir }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Opinionated GitHub Actions and reusable workflows for foundational continuous-in
2929

3030
- [Get matrix outputs](actions/get-matrix-outputs/README.md) — aggregates outputs across matrix jobs for downstream steps.
3131
- [Set matrix output](actions/set-matrix-output/README.md) — writes structured outputs that can be consumed by other matrix jobs.
32+
- [Local workflow actions](actions/local-workflow-actions/README.md) — loads reusable workflow actions from the current repository.
3233

3334
### Repository insights & utilities
3435

actions/checkout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ permissions:
8080
| | See <https://github.com/actions/checkout#usage> | | |
8181
| **`lfs`** | Whether to download Git-LFS files. | **false** | `false` |
8282
| | See <https://github.com/actions/checkout#usage> | | |
83-
| **`persist-credentials`** | Whether to persist the token credentials in the git config. | **false** | `false` |
83+
| **`persist-credentials`** | Whether to persist the token credentials in the Git config. | **false** | `false` |
8484
| | Default to false for security reasons. | | |
8585
| | See <https://github.com/orgs/community/discussions/179107>. | | |
8686
| **`token`** | Token to use for checking out the repository instead of the default GITHUB_TOKEN. | **false** | - |

actions/checkout/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
default: "false"
2121
persist-credentials:
2222
description: |
23-
Whether to persist the token credentials in the git config.
23+
Whether to persist the token credentials in the Git config.
2424
Default to false for security reasons.
2525
See https://github.com/orgs/community/discussions/179107.
2626
default: "false"

actions/create-and-merge-pull-request/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
run: |
4545
rm -fr ./self-actions
4646
47-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
47+
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
4848
id: create-pull-request
4949
with:
5050
token: ${{ inputs.github-token }}

actions/parse-ci-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
using: "composite"
7676
steps:
7777
- name: Setup Node.js
78-
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2bb8274a37c1219be2bcae2a1b2528c2c72957 # 0.19.0
78+
uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2467e5d41ff0abe85094dcc39c98288448065a # 0.20.4
7979
with:
8080
working-directory: ${{ github.action_path }}
8181

0 commit comments

Comments
 (0)