Skip to content

Commit 2e9414a

Browse files
dependabot[bot]neilime
authored andcommitted
build(deps): Bump the github-actions-dependencies group across 1 directory with 3 updates
Bumps the github-actions-dependencies group with 3 updates in the / directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs), [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `hoverkraft-tech/ci-github-nodejs` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases) - [Commits](hoverkraft-tech/ci-github-nodejs@0.9.0...0.10.0) Updates `hoverkraft-tech/ci-github-common` from 0.18.0 to 0.22.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.18.0...0.22.0) Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.22.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: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent d40e340 commit 2e9414a

12 files changed

Lines changed: 32 additions & 25 deletions

.github/workflows/__check-action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
name: Test with valid issue
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
- id: get-issue-body
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2323
with:
2424
script: |
2525
const issue = await github.rest.issues.get({
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Parse Issue
3434
id: parser
35-
uses: issue-ops/parser@v4.1.0
35+
uses: issue-ops/parser@17134bd7d0633c8267868e79fca7023745aee2f9 # v4.1.0
3636
with:
3737
body: ${{ steps.get-issue-body.outputs.issue-body }}
3838
issue-form-template: ../../__tests__/meetup-issue-template.yml
@@ -59,10 +59,10 @@ jobs:
5959
runs-on: ubuntu-latest
6060
name: Test with invalid issue
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363

6464
- id: get-issue-body
65-
uses: actions/github-script@v7
65+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
6666
with:
6767
script: |
6868
const issue = await github.rest.issues.get({
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Parse Issue
7777
id: parser
78-
uses: issue-ops/parser@v4.1.0
78+
uses: issue-ops/parser@17134bd7d0633c8267868e79fca7023745aee2f9 # v4.1.0
7979
with:
8080
body: ${{ steps.get-issue-body.outputs.issue-body }}
8181
issue-form-template: ../../__tests__/meetup-issue-template.yml

.github/workflows/__check-dist.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
name: Check dist
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.9.0
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@5c1010a9146952f724730bf79ba8e2e40ba8e474 # 0.11.0
1616

1717
- name: Build dist/ Directory
1818
id: package
@@ -33,7 +33,7 @@ jobs:
3333
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
3434
name: Upload Artifact
3535
id: upload
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3737
with:
3838
name: dist
3939
path: dist/

.github/workflows/__check-nodejs.yml

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

1111
jobs:
1212
test-nodejs:
13-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.9.0
13+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@5c1010a9146952f724730bf79ba8e2e40ba8e474 # 0.11.0
1414
permissions:
1515
id-token: write
1616
security-events: write

.github/workflows/__shared-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_call:
55

66
permissions:
7+
actions: read
78
contents: read
89
issues: write
910
statuses: write
@@ -12,7 +13,7 @@ permissions:
1213

1314
jobs:
1415
linter:
15-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.18.0
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
1617
with:
1718
linter-env: |
1819
FILTER_REGEX_EXCLUDE=dist/**/*

.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.18.0
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3

.github/workflows/main-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags: ["*"]
77

88
permissions:
9+
actions: read
910
contents: read
1011
issues: write
1112
statuses: write
@@ -25,20 +26,20 @@ jobs:
2526
needs: ci
2627
runs-on: ubuntu-latest
2728
steps:
28-
- uses: actions/checkout@v4
29-
- uses: bitflight-devops/github-action-readme-generator@v1.8.0
29+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
- uses: bitflight-devops/github-action-readme-generator@f750ff0ac8a4b68a3c2d622cc50a5ad20bcebaa1 # v1.8.0
3031
with:
3132
owner: ${{ github.repository_owner }}
3233
repo: ${{ github.event.repository.name }}
3334
version_prefix: ""
3435

35-
- uses: actions/create-github-app-token@v1
36+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
3637
id: generate-token
3738
with:
3839
app-id: ${{ vars.CI_BOT_APP_ID }}
3940
private-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
4041

41-
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.18.0
42+
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
4243
with:
4344
github-token: ${{ steps.generate-token.outputs.token }}
4445
branch: docs/actions-workflows-documentation-update

.github/workflows/need-fix-to-issue.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on:
88
inputs:
99
#checkov:skip=CKV_GHA_7: required
1010
manual-commit-ref:
11-
description: "The SHA of the commit to get the diff for"
11+
description: "The SHA of the commit to get the diff for."
1212
required: true
1313
manual-base-ref:
14-
description: "By default, the commit entered above is compared to the one directly
15-
before it; to go back further, enter an earlier SHA here"
14+
description: |
15+
By default, the commit entered above is compared to the one directly before it.
16+
To go back further, enter an earlier SHA here.
1617
required: false
1718

1819
permissions:
@@ -21,7 +22,7 @@ permissions:
2122

2223
jobs:
2324
main:
24-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.18.0
25+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
2526
with:
2627
manual-commit-ref: ${{ inputs.manual-commit-ref }}
2728
manual-base-ref: ${{ inputs.manual-base-ref }}

.github/workflows/pull-request-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: [main]
77

88
permissions:
9+
actions: read
910
contents: read
1011
issues: write
1112
statuses: write

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
main:
16-
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.18.0
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3

.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.18.0
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3

0 commit comments

Comments
 (0)