Skip to content

Commit 20f48bf

Browse files
pannagoclaude
andcommitted
fix: Use ubuntu-latest for dependabot workflow security
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 5622385 commit 20f48bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)