Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ jobs:
message: Latest full release
- name: Dispatch Auto-signer Workflow
if: env.TEST_RUN != 'true'
uses: actions/github-script@v7
uses: actions/github-script@v8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sbendar we need check this also in the allowed actions. In the release notes it says that the minimum compatible runner version is v2.327.1 Do you know what is the version we are using for runners?

https://github.com/actions/github-script/releases/tag/v8

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like its covered by us allowed all github owned actions.

with:
github-token: ${{secrets.GHA_WORKFLOW_TRIGGER}}
script: |
Expand Down
Loading