Skip to content

Commit 08e96ae

Browse files
build(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#3670)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Commits](actions/github-script@ed59741...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giancarlo Buenaflor <giancarlo.buenaflor@sentry.io>
1 parent 9d516f3 commit 08e96ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/changes-in-high-risk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Comment on PR to notify of changes in high risk files
36-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
36+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3737
env:
3838
high_risk_code: ${{ needs.files-changed.outputs.high_risk_code_files }}
3939
with:

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Check Conventional PR Title
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
27+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2828
with:
2929
script: |
3030
const TITLE_RE = /^(ci|build|docs|feat|fix|perf|ref|refactor|impr|enh|deps|style|chore|tests?|meta)(\([^)]+\))?!?: [A-Z`'"].*[^,.]$/;

0 commit comments

Comments
 (0)