File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77jobs :
88 title-lint :
99 name : Validate PR title
10- runs-on : [default ]
10+ runs-on : [ ubuntu-latest ]
1111 steps :
1212 - name : CI Check Title
1313 uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
Original file line number Diff line number Diff line change 1616 contents : read
1717 uses : cloudoperators/common/.github/workflows/shared-codeql.yaml@main
1818 with :
19- runs-on : " ['default ']"
19+ runs-on : " ['unbuntu-latest ']"
2020 language : " ['go']"
2121 go-check : true
2222 go-version : " ['1.23']"
Original file line number Diff line number Diff line change 2020jobs :
2121 build :
2222 name : Build
23- runs-on : [ default ]
23+ runs-on : [ ubuntu-latest ]
2424 continue-on-error : true
2525 permissions :
2626 contents : read
9696 fail-fast : false
9797 name : Vulnerability Scan
9898 needs : build
99- runs-on : [ default ]
99+ runs-on : [ ubuntu-latest ]
100100 steps :
101101 - name : checkout
102102 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 lint :
14- runs-on : [ default ]
14+ runs-on : [ ubuntu-latest ]
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717 with :
2626 run : make lint
2727
2828 build :
29- runs-on : [ default ]
29+ runs-on : [ ubuntu-latest ]
3030 steps :
3131 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232 with :
3838 go-version-file : ' go.mod'
3939 token : ${{ secrets.GITHUB_TOKEN }}
4040 - name : build
41- run : make build
41+ run : make build
You can’t perform that action at this time.
0 commit comments