File tree Expand file tree Collapse file tree 10 files changed +22
-21
lines changed Expand file tree Collapse file tree 10 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
20
20
jobs :
21
21
binary :
22
22
name : Build Binary
23
- runs-on : ubuntu-22 .04
23
+ runs-on : ubuntu-24 .04
24
24
steps :
25
25
- name : Checkout Repository
26
26
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45
45
46
46
unit-tests :
47
47
name : Unit Tests
48
- runs-on : ubuntu-22 .04
48
+ runs-on : ubuntu-24 .04
49
49
steps :
50
50
- name : Checkout Repository
51
51
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
60
60
61
61
build :
62
62
name : Build Packages
63
- runs-on : ubuntu-22 .04
63
+ runs-on : ubuntu-24 .04
64
64
needs : [binary, unit-tests]
65
65
permissions :
66
66
contents : write
Original file line number Diff line number Diff line change 1
- name : " CodeQL"
1
+ name : CodeQL
2
2
3
3
on :
4
4
push :
@@ -21,7 +21,7 @@ permissions:
21
21
jobs :
22
22
analyze :
23
23
name : Analyze
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
permissions :
26
26
actions : read
27
27
contents : read
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
6
6
7
7
jobs :
8
8
dependabot :
9
- runs-on : ubuntu-22 .04
9
+ runs-on : ubuntu-24 .04
10
10
if : ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
11
11
permissions :
12
12
pull-requests : write
Original file line number Diff line number Diff line change 1
- name : " Dependency Review"
1
+ name : Dependency Review
2
2
on :
3
3
pull_request :
4
4
branches :
@@ -13,15 +13,15 @@ permissions:
13
13
14
14
jobs :
15
15
dependency-review :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
permissions :
18
18
contents : read # for actions/checkout
19
19
pull-requests : write # for actions/dependency-review-action to post comments
20
20
steps :
21
- - name : " Checkout Repository"
21
+ - name : Checkout Repository
22
22
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
23
24
- - name : " Dependency Review"
24
+ - name : Dependency Review
25
25
uses : actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
26
26
with :
27
27
config-file : " nginxinc/k8s-common/dependency-review-config.yml@main"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
17
17
jobs :
18
18
scan :
19
19
name : Fossa
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
if : ${{ github.event.repository.fork == false }}
22
22
steps :
23
23
- name : Checkout Repository
Original file line number Diff line number Diff line change 10
10
permissions :
11
11
contents : read
12
12
pull-requests : write # for actions/labeler to add labels
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
16
16
with :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ permissions:
18
18
19
19
jobs :
20
20
lint :
21
- name : Lint
22
- runs-on : ubuntu-22 .04
21
+ name : Go Lint
22
+ runs-on : ubuntu-24 .04
23
23
steps :
24
24
- name : Checkout Repository
25
25
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
35
35
actionlint :
36
36
name : Actionlint
37
- runs-on : ubuntu-22 .04
37
+ runs-on : ubuntu-24 .04
38
38
steps :
39
39
- name : Checkout Repository
40
40
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
47
47
markdown-lint :
48
48
name : Markdown Lint
49
- runs-on : ubuntu-22 .04
49
+ runs-on : ubuntu-24 .04
50
50
steps :
51
51
- name : Checkout Repository
52
52
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
60
60
61
61
yaml-lint :
62
62
name : YAML lint
63
- runs-on : ubuntu-22 .04
63
+ runs-on : ubuntu-24 .04
64
64
steps :
65
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
65
+ - name : Checkout Repository
66
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
66
67
67
68
- name : Lint YAML
68
69
uses : reviewdog/action-yamllint@508148c0d959b166798f9792d1b29dddcac37348 # v1.16.0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
16
16
17
17
jobs :
18
18
on-failure :
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
if : ${{ github.event.workflow_run.conclusion == 'failure' && github.event.repository.fork == false }}
21
21
permissions :
22
22
contents : read
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions: read-all
13
13
jobs :
14
14
analysis :
15
15
name : Scorecard analysis
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
permissions :
18
18
# Needed to upload the results to code-scanning dashboard.
19
19
security-events : write
Original file line number Diff line number Diff line change 11
11
permissions :
12
12
issues : write # for actions/stale to close stale issues
13
13
pull-requests : write # for actions/stale to close stale PRs
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
17
17
with :
You can’t perform that action at this time.
0 commit comments