Skip to content

Commit f5f4c20

Browse files
committed
Update workflows to use Ubuntu 24.04
* And remove myself from the default F5 CLA allowlist
1 parent 3b499e4 commit f5f4c20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/f5-cla.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path-to-signatures: signatures/signatures.json
3535
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
3636
# NOTE: You will want to edit the usernames to suit your project needs.
37-
allowlist: alessfg, bot*
37+
allowlist: bot*
3838
# Do not lock PRs after a merge.
3939
lock-pullrequest-aftermerge: false
4040
env:

.github/workflows/ossf_scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: read-all
1515
jobs:
1616
analysis:
1717
name: Scorecard analysis
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
permissions:
2020
# Needed if using Code Scanning alerts.
2121
security-events: write

.github/workflows/rename_template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
rename-template:
88
name: Replace the templated variables in the repository with the newly created repository details
99
if: ${{ !contains(github.repository, 'template') }}
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
contents: write
1313
steps:

0 commit comments

Comments
 (0)