roslyn-analyzers icon indicating copy to clipboard operation
roslyn-analyzers copied to clipboard

Local references instead of @master in ci.yml file

Open dsvellal opened this issue 2 years ago • 1 comments

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

...

dsvellal avatar Feb 24 '23 21:02 dsvellal

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.

bcollamore avatar Feb 26 '23 21:02 bcollamore