File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 dependabot :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04 # Use Ubuntu 24.04 explicitly
99 if : ${{ github.actor == 'dependabot[bot]' }}
1010 steps :
1111 - name : ⏬ Dependabot metadata
Original file line number Diff line number Diff line change 66jobs :
77 analyze :
88 name : Analyze
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1010 strategy :
1111 fail-fast : false
1212 matrix :
Original file line number Diff line number Diff line change 55
66jobs :
77 dependency-review :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04 # Use Ubuntu 24.04 explicitly
99 steps :
1010 - name : ⬇ Checkout repo
1111 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 name : Build
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1313 steps :
1414 - name : ⬇ Checkout repo
1515 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments