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
CI: git checkout HEAD^2 step is no longer necessary (microsoft#164)
The CI builds now report this warning:
```
1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary.
Please remove this step as Code Scanning recommends analyzing the merge commit for best results
```
This step was recommended, but is now unnecessary apparently.
0 commit comments