File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ permissions: read-all
1414
1515jobs :
1616 build :
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818 permissions :
1919 # to create releases
2020 contents : write
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions: read-all
1313jobs :
1414 analyze :
1515 name : Analyze
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 permissions :
1818 security-events : write
1919 strategy :
2222 language : ["csharp"]
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
25+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
2727 - name : Initialize CodeQL
2828 uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ concurrency:
2424jobs :
2525 megalinter :
2626 name : MegaLinter
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828 if : ${{ github.event_name == 'pull_request' }}
2929 permissions :
3030 issues : write
3131 pull-requests : write
3232 steps :
3333 - name : Checkout Code
34- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
3636 # MegaLinter
3737 - name : MegaLinter
3838 id : ml
3939 # You can override MegaLinter flavor used to have faster performances
4040 # More info at https://megalinter.io/latest/flavors/
41- uses : oxsecurity/megalinter@03986e6993ccf699a22451118520680b438e7d2a # v7.11.1
41+ uses : oxsecurity/megalinter@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0
4242 env :
4343 VALIDATE_ALL_CODEBASE : " true"
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments