File tree Expand file tree Collapse file tree 7 files changed +12
-16
lines changed
Expand file tree Collapse file tree 7 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1818
1919 build :
2020 name : " Build Docker images"
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-24.04
2222 steps :
2323 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
7373
7474 lint :
7575 name : " Run in docker: LINT"
76- runs-on : ubuntu-latest
76+ runs-on : ubuntu-24.04
7777 needs : build
7878 steps :
7979 - name : Download artifact
9393
9494 test :
9595 name : " Run in docker: TEST"
96- runs-on : ubuntu-latest
96+ runs-on : ubuntu-24.04
9797 needs : build
9898 steps :
9999 - name : Download artifact
@@ -113,7 +113,7 @@ jobs:
113113
114114 security :
115115 name : " Snyk Container"
116- runs-on : ubuntu-latest
116+ runs-on : ubuntu-24.04
117117 needs : build
118118 permissions :
119119 actions : read
@@ -160,7 +160,7 @@ jobs:
160160 sarif_file : ' snyk.sarif'
161161 scan :
162162 name : " Trivy"
163- runs-on : ubuntu-latest
163+ runs-on : ubuntu-24.04
164164 needs : build
165165 permissions :
166166 actions : read
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ on: # yamllint disable-line rule:truthy
2020jobs :
2121 scan :
2222 name : gitleaks
23- runs-on : ubuntu-latest
23+ runs-on : ubuntu-24.04
2424 steps :
2525 - uses : actions/checkout@v4
2626 with :
Original file line number Diff line number Diff line change 2020 strategy :
2121 fail-fast : false
2222 matrix :
23- os : ["ubuntu-latest "]
23+ os : ["ubuntu-24.04 "]
2424 go : ["1.23.x"]
2525 runs-on : ${{ matrix.os }}
2626 steps :
Original file line number Diff line number Diff line change 2020 strategy :
2121 fail-fast : false
2222 matrix :
23- os : [
24- " windows-latest" ,
25- " ubuntu-latest" ,
26- " macOS-latest"
27- ]
23+ os : ["windows-2022", "ubuntu-24.04", "macos-14"]
2824 go : ["1.21.x", "1.22.x", "1.23.x"]
2925 runs-on : ${{ matrix.os }}
3026 steps :
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ on: # yamllint disable-line rule:truthy
1313jobs :
1414 build :
1515
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717
1818 strategy :
1919 matrix :
20- os : ["ubuntu-latest "]
20+ os : ["ubuntu-24.04 "]
2121 node-version : [20.x]
2222 # See supported Node.js release
2323 # schedule at https://nodejs.org/en/about/releases/
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
1212
1313jobs :
1414 security :
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-24.04
1616 permissions :
1717 actions : read
1818 contents : read
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
1212jobs :
1313 lint :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04
1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
You can’t perform that action at this time.
0 commit comments