Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .github/workflows/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker ]
runs-on: [ ubuntu-latest ]

strategy:
matrix:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:

lint-job:
name: Checking Lint
runs-on: [ self-hosted ]
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.18.x ]
Expand All @@ -247,7 +247,7 @@ jobs:

vulnerable-dependencies-checks:
name: "Check for vulnerable dependencies"
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:

semgrep-static-code-analysis:
name: "semgrep checks"
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest ]
Expand All @@ -296,7 +296,7 @@ jobs:

no-warnings-and-make-assets:
name: "React Code Has No Warnings & is Prettified, then Make Assets"
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:

reuse-golang-dependencies:
name: reuse golang dependencies
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
timeout-minutes: 10
strategy:
matrix:
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
timeout-minutes: 10
strategy:
matrix:
Expand Down Expand Up @@ -589,7 +589,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
timeout-minutes: 10
strategy:
matrix:
Expand Down Expand Up @@ -681,7 +681,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
timeout-minutes: 5
strategy:
matrix:
Expand Down Expand Up @@ -760,7 +760,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -838,7 +838,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -916,7 +916,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -994,7 +994,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -1072,7 +1072,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -1162,7 +1162,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down Expand Up @@ -1259,7 +1259,7 @@ jobs:
- reuse-golang-dependencies
- vulnerable-dependencies-checks
- semgrep-static-code-analysis
runs-on: [ self-hosted, vm-docker, xvfb-run ]
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.18.x ]
Expand Down