Skip to content

Commit a2c87c2

Browse files
pannagoclaude
andauthored
fix: Use ubuntu-latest for dependabot workflow security (#741)
Use GitHub-hosted runners (ubuntu-latest) instead of self-hosted runners for improved security with pull_request_target workflows. GitHub-hosted runners provide better isolation and are ephemeral, reducing security risks. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8b5048a commit a2c87c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
dependabot:
13-
runs-on: [ci-universal-scale-set]
13+
runs-on: ubuntu-latest
1414
if: github.actor == 'dependabot[bot]'
1515

1616
steps:

0 commit comments

Comments
 (0)