File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 # This workflow contains a single job called "build"
1616 build :
1717 # The type of runner that the job will run on
18- runs-on : ubuntu
18+ runs-on : ubuntu-latest
1919 environment : stage
2020 # Steps represent a sequence of tasks that will be executed as part of the job
2121 steps :
Original file line number Diff line number Diff line change 88jobs :
99 Docusaurus :
1010 name : ' Deployment'
11- runs-on : ubuntu
11+ runs-on : ubuntu-latest
1212 environment : stage
1313
1414 steps :
Original file line number Diff line number Diff line change 99
1010jobs :
1111 sonarqube-analysis :
12- runs-on : ubuntu
12+ runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repo
1515 uses : actions/checkout@v4
4343 NODE_OPTIONS : " --max-old-space-size=8192"
4444 run : npm run build
4545 spellcheck :
46- runs-on : ubuntu
46+ runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v4
4949 - uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 1010jobs :
1111 build :
1212 # The type of runner that the job will run on
13- runs-on : ubuntu
13+ runs-on : ubuntu-latest
1414 environment : main
1515 steps :
1616 - name : Checkout Repository
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 # The type of runner that the job will run on
12- runs-on : ubuntu
12+ runs-on : ubuntu-latest
1313 # environment: stage
1414 steps :
1515 - name : Checkout Repository
You can’t perform that action at this time.
0 commit comments