File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions: read-all
14
14
15
15
jobs :
16
16
build :
17
- runs-on : ubuntu-22 .04
17
+ runs-on : ubuntu-24 .04
18
18
permissions :
19
19
# to create releases
20
20
contents : write
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions: read-all
13
13
jobs :
14
14
analyze :
15
15
name : Analyze
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
permissions :
18
18
security-events : write
19
19
strategy :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
24
24
jobs :
25
25
megalinter :
26
26
name : MegaLinter
27
- runs-on : ubuntu-22 .04
27
+ runs-on : ubuntu-24 .04
28
28
if : ${{ github.event_name == 'pull_request' }}
29
29
permissions :
30
30
issues : write
38
38
id : ml
39
39
# You can override MegaLinter flavor used to have faster performances
40
40
# More info at https://megalinter.io/latest/flavors/
41
- uses : oxsecurity/megalinter@03986e6993ccf699a22451118520680b438e7d2a # v7.11.1
41
+ uses : oxsecurity/megalinter@146333030da68e2e58c6ff826633824fabe01eaf # v8.5.0
42
42
env :
43
43
VALIDATE_ALL_CODEBASE : " true"
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments