mirror of
https://github.com/bitnami/containers.git
synced 2026-02-09 18:57:39 +08:00
Bump actions/github-script from 7.0.1 to 8.0.0 (#86086)
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](60a0d83039...ed597411d8)
---
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:
2
.github/workflows/assign-asset-label.yml
vendored
2
.github/workflows/assign-asset-label.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
echo "name=${assets}" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
- name: Show messages
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||
with:
|
||||
script: |
|
||||
if ("${{ steps.get-asset.outputs.result }}" != "ok" ) {
|
||||
|
||||
8
.github/workflows/ci-pipeline.yml
vendored
8
.github/workflows/ci-pipeline.yml
vendored
@@ -168,7 +168,7 @@ jobs:
|
||||
steps:
|
||||
- id: get-status
|
||||
name: Check Status
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||
with:
|
||||
result-encoding: string
|
||||
script: |
|
||||
@@ -218,7 +218,7 @@ jobs:
|
||||
# Approve the CI's PR automatically, as it has been tested in our internal pipeline already
|
||||
# Approved by the 'github-actions' user; a PR can't be approved by its author
|
||||
- name: PR Approval
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||
with:
|
||||
result-encoding: string
|
||||
retries: 3
|
||||
@@ -231,7 +231,7 @@ jobs:
|
||||
});
|
||||
- name: Merge
|
||||
id: merge
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||
with:
|
||||
result-encoding: string
|
||||
retries: 3
|
||||
@@ -248,7 +248,7 @@ jobs:
|
||||
# post a comment on the PR and assign a maintainer agent to review it
|
||||
- name: Manual review required
|
||||
if: ${{ always() && steps.merge.outcome != 'success' }}
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||
env:
|
||||
BODY: |
|
||||
There has been an error during the automated release process. Manual revision is now required.
|
||||
|
||||
Reference in New Issue
Block a user