JetBrains / ReSharper-InspectCode

C# static analysis on GitHub Actions using JetBrains ReSharper InspectCode.
Other
16 stars 1 forks source link

Deprecation warnings from transitively-referenced `actions/setup-dotnet` #10

Closed bdach closed 2 days ago

bdach commented 2 days ago

I'm exploring the possibility of replacing manual usage of InspectCode the CLI tool with this action in CI contexts. This action pulls in actions/setup-dotnet@v3.0.3:

https://github.com/JetBrains/ReSharper-InspectCode/blob/311bfd9f169bd2f344ed80bc095d34a5fb63ec99/action.yml#L94

which raises deprecation warnings:

The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Would be trivial to bump myself, but I figure it's probably proper manners to ask first.

derigel23 commented 2 days ago

Hi @bdach! Fixed in v0.8