File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
os :
15
15
- ubuntu-latest # eventually will pick up the next version and test it
16
16
- ubuntu-24.04 # beta
17
- - ubuntu-22.04 # ubuntu-latest
17
+ - ubuntu-22.04 # ubuntu-latest
18
18
- ubuntu-20.04
19
19
- macos-latest # eventually will pick up the next version and test it
20
20
- macos-14 # macos-latest
25
25
26
26
runs-on : ${{ matrix.os }}
27
27
steps :
28
- - uses : GitHubSecurityLab/actions-permissions/monitor@main
28
+ - uses : GitHubSecurityLab/actions-permissions/monitor@main
29
29
- uses : actions/checkout@v4
30
-
30
+
31
31
# test github-script CA
32
32
- name : github-script
33
33
uses : actions/github-script@v7
38
38
owner: context.repo.owner,
39
39
repo: context.repo.repo,
40
40
});
41
-
41
+
42
42
# test gh CA
43
43
- name : gh api
44
44
env :
You can’t perform that action at this time.
0 commit comments