roslyn-analyzers
roslyn-analyzers copied to clipboard
Local references instead of @master in ci.yml file
Hi, I saw that the workflows used in ci.yml file were pegged to @master version.
You can always consider using relative path if you want the yml to pick up the local version of the files, like so
...
uses: ./.github/workflows/performance.yml
...
We implemented this; however, now we're seeing these annotations:
pinnedactions / Pin GitHub Actions to SHAThe "pinnedactions" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHAThe "docupdate" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHAThe "format" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHAThe "dogfood" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHAThe "sonarcloud" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHAThe "performance" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHAThe "tagversion" job of the "ci.yml" workflow does not contain uses or steps.
pinnedactions / Pin GitHub Actions to SHAThe "build" job of the "ci.yml" workflow does not contain uses or steps.