microsoft / sqlmlutils

Utility functions for easier usage of SQL Server Machine Learning Services
Other
32 stars 33 forks source link

Remove build warning by updating task to actions/checkout@v4 #117

Closed seantleonard closed 2 months ago

seantleonard commented 2 months ago

Why This Change?

Even though builds are successful, we still get a few warnings that need mitigation due to old versions of github actions used. image

What is this change?

You reference reusable workflow files using one of the following syntaxes:

{owner}/{repo}/.github/workflows/{filename}@{ref} for reusable workflows in public and private repositories. ./.github/workflows/{filename} for reusable workflows in the same repository.

In the first option, {ref} can be a SHA, a release tag, or a branch name. If a release tag and a branch have the same name, the release tag takes precedence over the branch name. Using the commit SHA is the safest option for stability and security. For more information, see "Security hardening for GitHub Actions."

seantleonard commented 2 months ago

Waiting to confirm successful execution of checkout task in this run: https://github.com/microsoft/sqlmlutils/actions/runs/9703950338/job/26783155067?pr=117

seantleonard commented 2 months ago

all good.