File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
path-to-signatures : signatures/signatures.json
35
35
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
36
36
# NOTE: You will want to edit the usernames to suit your project needs.
37
- allowlist : alessfg, bot*
37
+ allowlist : bot*
38
38
# Do not lock PRs after a merge.
39
39
lock-pullrequest-aftermerge : false
40
40
env :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions: read-all
15
15
jobs :
16
16
analysis :
17
17
name : Scorecard analysis
18
- runs-on : ubuntu-22 .04
18
+ runs-on : ubuntu-24 .04
19
19
permissions :
20
20
# Needed if using Code Scanning alerts.
21
21
security-events : write
Original file line number Diff line number Diff line change 7
7
rename-template :
8
8
name : Replace the templated variables in the repository with the newly created repository details
9
9
if : ${{ !contains(github.repository, 'template') }}
10
- runs-on : ubuntu-22 .04
10
+ runs-on : ubuntu-24 .04
11
11
permissions :
12
12
contents : write
13
13
steps :
You can’t perform that action at this time.
0 commit comments