Skip to content

Commit c8fab5e

Browse files
authored
Merge pull request #159 from Typeform/PLT-3366_dependabot_update
fix: Use ubuntu-latest for dependabot workflow security
2 parents 5622385 + 20f48bf commit c8fab5e

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)