Skip to content

Commit

Permalink
Update workflows to use Ubuntu 24.04
Browse files Browse the repository at this point in the history
* And remove myself from the default F5 CLA allowlist
  • Loading branch information
alessfg committed Jan 27, 2025
1 parent 3b499e4 commit f5f4c20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/f5-cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path-to-signatures: signatures/signatures.json
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
# NOTE: You will want to edit the usernames to suit your project needs.
allowlist: alessfg, bot*
allowlist: bot*
# Do not lock PRs after a merge.
lock-pullrequest-aftermerge: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf_scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
# Needed if using Code Scanning alerts.
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rename_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
rename-template:
name: Replace the templated variables in the repository with the newly created repository details
if: ${{ !contains(github.repository, 'template') }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand Down

0 comments on commit f5f4c20

Please sign in to comment.