You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/f5-cla.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ permissions:
19
19
jobs:
20
20
f5-cla:
21
21
name: F5 CLA
22
-
runs-on: ubuntu-22.04
22
+
runs-on: ubuntu-24.04
23
23
permissions:
24
24
actions: write
25
25
contents: read
@@ -28,7 +28,7 @@ jobs:
28
28
steps:
29
29
- name: Run F5 Contributor License Agreement (CLA) assistant
30
30
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have hereby read the F5 CLA and agree to its terms') || github.event_name == 'pull_request_target'
0 commit comments