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 1414 os :
1515 - ubuntu-latest # eventually will pick up the next version and test it
1616 - ubuntu-24.04 # beta
17- - ubuntu-22.04 # ubuntu-latest
17+ - ubuntu-22.04 # ubuntu-latest
1818 - ubuntu-20.04
1919 - macos-latest # eventually will pick up the next version and test it
2020 - macos-14 # macos-latest
2525
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : GitHubSecurityLab/actions-permissions/monitor@main
28+ - uses : GitHubSecurityLab/actions-permissions/monitor@main
2929 - uses : actions/checkout@v4
30-
30+
3131 # test github-script CA
3232 - name : github-script
3333 uses : actions/github-script@v7
3838 owner: context.repo.owner,
3939 repo: context.repo.repo,
4040 });
41-
41+
4242 # test gh CA
4343 - name : gh api
4444 env :
You can’t perform that action at this time.
0 commit comments