File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - name : Checkout Repository
1919 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2525 run : ./gradlew classes
2626 codeql-analysis :
2727 needs : build
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929 permissions :
3030 # Needed for SARIF scanning upload.
3131 security-events : write
4646 uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
4747 test :
4848 needs : build
49- runs-on : ubuntu-22 .04
49+ runs-on : ubuntu-24 .04
5050 steps :
5151 - name : Checkout Repository
5252 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 commit-lint :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - name : Checkout Repository
1919 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2424 with :
2525 configFile : .commitlintrc.yml
2626 detekt-issues :
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828 permissions :
2929 # Needed for SARIF scanning upload.
3030 security-events : write
You can’t perform that action at this time.
0 commit comments