Update GitHub Actions dependencies to latest versions#1162
Merged
Conversation
Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com>
…dated successfully Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Github actions dependencies should be updated
Update GitHub Actions dependencies to latest versions
Aug 31, 2025
Apollon77
approved these changes
Aug 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates outdated GitHub Actions dependencies in the adapter creation templates to prevent immediate Dependabot PRs when new adapters are created.
Problem
When creating new adapters, the generated GitHub Actions workflows used outdated action versions, specifically
actions/checkout@v2. This caused Dependabot to immediately create PRs suggesting to "Bump actions/checkout from 2 to 4" right after adapter creation.Changes Made
templates/_github/workflows/dependabot-auto-merge.raw.ymlto useactions/checkout@v4instead ofv2.github/workflows/codeql.ymlto usegithub/codeql-action/*@v3instead ofv2Impact
The main issue was in the template file that gets copied when creating new adapters. Now all generated workflows will use
actions/checkout@v4, eliminating the specific Dependabot alert mentioned in the issue.Fixes #1132.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/ahmadnassri/action-dependabot-auto-merge/releases/latestcurl -s REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.