You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pre-submits call the reusable workflows but the version of internal actions in those workflows is pinned. So actions do not run at the version in the pull request and thus we miss problems with changes to the actions.
We can maybe omit some basic tests since #1075 is unpinning the internal actions. Though secure-builder-checkout will still be pinned so we may want a pre-submit for that.
pre-submits call the reusable workflows but the version of internal actions in those workflows is pinned. So actions do not run at the version in the pull request and thus we miss problems with changes to the actions.
We can call the actions directly in a pre-submit workflow.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-an-action-in-the-same-repository-as-the-workflow
secure-checkout (Add pre-submit for secure-checkout #1072)The text was updated successfully, but these errors were encountered: