Skip to content

Commit 32a69b7

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 4 directories with 2 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [actions/github-script](https://github.com/actions/github-script). Bumps the github-actions-dependencies group with 1 update in the /actions/build directory: [actions/github-script](https://github.com/actions/github-script). Bumps the github-actions-dependencies group with 1 update in the /actions/lint directory: [actions/github-script](https://github.com/actions/github-script). Bumps the github-actions-dependencies group with 2 updates in the /actions/test directory: [actions/github-script](https://github.com/actions/github-script) and [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...ed59741) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...ed59741) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...ed59741) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...ed59741) Updates `hoverkraft-tech/ci-github-common` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@5f11437...7532883) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2aaf6d commit 32a69b7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
if [ -f .dockerignore ]; then grep -q "self-workflow" .dockerignore || echo "self-workflow" >> .dockerignore; else echo "self-workflow" >> .dockerignore; fi
280280
# jscpd:ignore-end
281281
- id: preparel-lint-options
282-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
282+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
283283
env:
284284
LINT_INPUT: ${{ inputs.lint }}
285285
with:
@@ -391,7 +391,7 @@ jobs:
391391
if [ -f .dockerignore ]; then grep -q "self-workflow" .dockerignore || echo "self-workflow" >> .dockerignore; else echo "self-workflow" >> .dockerignore; fi
392392
393393
- id: prepare-test-options
394-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
394+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
395395
env:
396396
TEST_INPUT: ${{ inputs.test }}
397397
with:

actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
with:
7373
working-directory: ${{ inputs.working-directory }}
7474

75-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
75+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
7676
env:
7777
BUILD_ENV: ${{ inputs.build-env }}
7878
BUILD_SECRETS: ${{ inputs.build-secrets }}
@@ -102,7 +102,7 @@ runs:
102102
core.exportVariable(key.trim(), value.trim());
103103
}
104104
105-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
105+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
106106
env:
107107
BUILD_COMMANDS: ${{ inputs.build-commands }}
108108
RUN_SCRIPT_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }}

actions/lint/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
working-directory: ${{ inputs.working-directory }}
5050

5151
- id: run-lint
52-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
52+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5353
env:
5454
RUN_LINT_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }}
5555
WORKING_DIRECTORY: ${{ inputs.working-directory }}
@@ -82,7 +82,7 @@ runs:
8282
# Auto-detect report file if not specified
8383
- id: detect-report-file
8484
if: always()
85-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
85+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
8686
env:
8787
REPORT_FILE: ${{ inputs.report-file }}
8888
WORKING_DIRECTORY: ${{ inputs.working-directory }}

actions/test/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666

6767
- id: run-test
6868
name: 🧪 Run tests
69-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
69+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
7070
env:
7171
RUN_TEST_COMMAND: ${{ inputs.container == 'true' && steps.get-package-manager.outputs.run-script-command || steps.setup-node.outputs.run-script-command }}
7272
WORKING_DIRECTORY: ${{ inputs.working-directory }}
@@ -97,7 +97,7 @@ runs:
9797
# Auto-detect coverage files if not specified
9898
- id: detect-coverage-files
9999
if: always() && inputs.coverage == 'github'
100-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
100+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
101101
env:
102102
WORKING_DIRECTORY: ${{ inputs.working-directory }}
103103
COVERAGE_FILES: ${{ inputs.coverage-files }}
@@ -149,7 +149,7 @@ runs:
149149

150150
- if: always() && inputs.coverage == 'github'
151151
id: get-coverage-report-summary
152-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
152+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
153153
env:
154154
SUMMARY_FILE: ${{ runner.temp }}/coveragereport-${{ github.run_id }}/SummaryGithub.md
155155
with:
@@ -168,7 +168,7 @@ runs:
168168
169169
- name: 📊 Add coverage PR comment
170170
if: always() && steps.get-coverage-report-summary.outputs.summary-content && github.event_name == 'pull_request'
171-
uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
171+
uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@753288393de1f3d92f687a6761d236ca800f5306 # 0.28.1
172172
with:
173173
title: "Code Coverage Report"
174174
body: ${{ steps.get-coverage-report-summary.outputs.summary-content }}

0 commit comments

Comments
 (0)