-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team
Description
I just noticed that the flutter/plugins Scorecards analysis
action is throwing a deprecation warning from the codeql-action/upload-sarif
action:
Run github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100
Uploading results
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using
Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This has already been fixed upstream, so I think that all we need to do is to whitelist and use a newer version of the codeql-action
, here.
See the changelog of the action to pick a new hash.
(Note: this is not affecting flutter/packages because it's using a different version of the action? github/codeql-action/upload-sarif@678fc3afe258fb2e0cdc165ccf77b85719de7b3c
)
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team