Skip to content

Scan workflows for unpinned GitHub Actions.#488

Merged
Tatsinnit merged 2 commits intoAzure:mainfrom
Tatsinnit:fix/dependabot-for-dependencies-check
Feb 4, 2025
Merged

Scan workflows for unpinned GitHub Actions.#488
Tatsinnit merged 2 commits intoAzure:mainfrom
Tatsinnit:fix/dependabot-for-dependencies-check

Conversation

@Tatsinnit
Copy link
Copy Markdown
Member

Intention behind this PR is as follows:

Enable depdneabot for following

  1. Checks for Updates:

    • Dependabot scans GitHub Actions workflows (e.g., .github/workflows/*.yml).
    • Identifies actions that need updating (e.g., actions/setup-go@v5 → latest SHA).
  2. Creates PRs for Updates:

    • It replaces outdated versions with the latest commit SHA.
    • Adds a "dependencies" label to PRs for easy identification.
  3. Runs on a Weekly Schedule:

    • Dependabot checks for new versions once a week.

Thanks heaps and FYI: @davidgamero ❤️ lets merge this #487 and then we can get this in for all resolving from next week onwards, thanks heaps

@Tatsinnit Tatsinnit added the github_actions Pull requests that update GitHub Actions code label Feb 4, 2025
@Tatsinnit Tatsinnit requested review from a team and davidgamero February 4, 2025 05:03
@Tatsinnit Tatsinnit self-assigned this Feb 4, 2025
@Tatsinnit Tatsinnit requested a review from Copilot February 4, 2025 05:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Copy link
Copy Markdown
Contributor

@Vidya2606 Vidya2606 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Copy Markdown
Collaborator

@davidgamero davidgamero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Tatsinnit Tatsinnit merged commit c4b9fd2 into Azure:main Feb 4, 2025
145 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants