mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#11178)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...ed597411d8f924073f98dfc5c65a23a2325f34cd) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
if: github.event.registry_package.package_type == 'npm' && github.event.registry_package.name == 'adf-core'
|
if: github.event.registry_package.package_type == 'npm' && github.event.registry_package.name == 'adf-core'
|
||||||
steps:
|
steps:
|
||||||
- name: Dispatch event to monorepo
|
- name: Dispatch event to monorepo
|
||||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PAT_WRITE_PKG }}
|
github-token: ${{ secrets.PAT_WRITE_PKG }}
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|||||||
@@ -248,7 +248,7 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: PR contains forbidden labels
|
- name: PR contains forbidden labels
|
||||||
id: pr-forbidden
|
id: pr-forbidden
|
||||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const issueHasLabels = require('./scripts/github/update/check-issue-has-label.js');
|
const issueHasLabels = require('./scripts/github/update/check-issue-has-label.js');
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
set -u;
|
set -u;
|
||||||
./scripts/github/build/bumpversion.sh
|
./scripts/github/build/bumpversion.sh
|
||||||
- name: Set migrations
|
- name: Set migrations
|
||||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const setMigrations = require('./scripts/github/release/set-migrations.js');
|
const setMigrations = require('./scripts/github/release/set-migrations.js');
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ jobs:
|
|||||||
set -u;
|
set -u;
|
||||||
./scripts/github/build/bumpversion.sh
|
./scripts/github/build/bumpversion.sh
|
||||||
- name: Set migrations
|
- name: Set migrations
|
||||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const setMigrations = require('./scripts/github/release/set-migrations.js');
|
const setMigrations = require('./scripts/github/release/set-migrations.js');
|
||||||
|
|||||||
Reference in New Issue
Block a user