Skip to content

Commit e71309e

Browse files
dependabot[bot]afsmeira
authored andcommitted
chore(deps): Bump actions/github-script from 7.1.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cac8709 commit e71309e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jira.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fields: '{"customfield_10009": "DOCS-162", "labels": ["Pulse"]}'
3434

3535
- name: Update title of GitHub issue
36-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
36+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3737
env:
3838
JIRA_ISSUE_NUMBER: ${{ steps.create_jira_issue.outputs.issue }}
3939
GITHUB_ORIGINAL_TITLE: ${{ github.event.issue.title }}
@@ -49,7 +49,7 @@ jobs:
4949
})
5050
5151
- name: Add comment to GitHub issue
52-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
52+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5353
with:
5454
github-token: ${{ secrets.GITHUB_TOKEN }}
5555
script: |

0 commit comments

Comments
 (0)