-
Notifications
You must be signed in to change notification settings - Fork 346
feat: update actions/github-script to v9.0.0 with builtin getOctokit #25553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
43d6690
41d4059
3c2de30
1716755
893a66f
0b47736
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,6 +68,11 @@ | |
| "version": "v8", | ||
| "sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd" | ||
| }, | ||
| "actions/github-script@v9": { | ||
| "repo": "actions/github-script", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The new |
||
| "version": "v9", | ||
| "sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3" | ||
| }, | ||
| "actions/setup-dotnet@v5.2.0": { | ||
| "repo": "actions/setup-dotnet", | ||
| "version": "v5.2.0", | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ jobs: | |
| issues: write | ||
| steps: | ||
| - name: Post ACE editor session link | ||
| uses: actions/github-script@v8 | ||
| uses: actions/github-script@v9 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good update from
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good upgrade to |
||
| with: | ||
| script: | | ||
| const prNumber = context.payload.issue.number; | ||
|
|
||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SHA pin
3a2844b7e9c422d3c10d287c895573f7108da1b3foractions/github-script@v9looks correct. Good practice pinning to a specific commit SHA for security and reproducibility.