File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010 contents : read
1111jobs :
1212 analyze-go :
13- runs-on : oracle-vm- 16cpu-64gb-x86-64
13+ runs-on : oracle-16cpu-64gb-x86-64
1414 permissions :
1515 actions : read
1616 contents : read
2828 with :
2929 category : " /language:go"
3030 analyze-python :
31- runs-on : oracle-vm- 8cpu-32gb-x86-64
31+ runs-on : oracle-8cpu-32gb-x86-64
3232 permissions :
3333 actions : read
3434 contents : read
4242 with :
4343 category : " /language:python"
4444 analyze-javascript :
45- runs-on : oracle-vm- 8cpu-32gb-x86-64
45+ runs-on : oracle-8cpu-32gb-x86-64
4646 permissions :
4747 actions : read
4848 contents : read
Original file line number Diff line number Diff line change 99 permissions :
1010 contents : read
1111 packages : write
12- runs-on : oracle-vm- 16cpu-64gb-x86-64
12+ runs-on : oracle-16cpu-64gb-x86-64
1313 steps :
1414 - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v2
1515 with :
Original file line number Diff line number Diff line change 99 permissions :
1010 contents : read
1111 packages : write
12- runs-on : oracle-vm- 16cpu-64gb-x86-64
12+ runs-on : oracle-16cpu-64gb-x86-64
1313 steps :
1414 - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v2
1515 with :
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : read
1212 packages : write
13- runs-on : oracle-vm- 16cpu-64gb-x86-64
13+ runs-on : oracle-16cpu-64gb-x86-64
1414 steps :
1515 - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v2
1616 with :
Original file line number Diff line number Diff line change 1313 with :
1414 image-base-name : " linter_image"
1515 run-container-lint :
16- runs-on : oracle-vm- 8cpu-32gb-x86-64
16+ runs-on : oracle-8cpu-32gb-x86-64
1717 needs : get-linter-image
1818 container :
1919 image : ${{ needs.get-linter-image.outputs.image-with-tag }}
Original file line number Diff line number Diff line change 1313 image-base-name : " dev_image_with_extras"
1414 generate-docs :
1515 needs : get-dev-image
16- runs-on : oracle-vm- 8cpu-32gb-x86-64
16+ runs-on : oracle-8cpu-32gb-x86-64
1717 container :
1818 image : ${{ needs.get-dev-image.outputs.image-with-tag }}
1919 steps :
You can’t perform that action at this time.
0 commit comments