use x86 for codeQL github action (#5235)

* use x86 for codeQL github action
* and spotless
* add javadoc_17 runs-on

Signed-off-by: garyschulte <garyschulte@gmail.com>
pull/5236/head
garyschulte 2 years ago committed by GitHub
parent 08b822a860
commit a76e1f135f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/checks.yml
  2. 2
      .github/workflows/codeql.yml

@ -8,7 +8,7 @@ on:
jobs:
spotless:
runs-on: [besu,Linux,self-hosted]
runs-on: [besu,Linux,self-hosted,X64]
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Repo
@ -22,7 +22,7 @@ jobs:
- name: spotless
run: ./gradlew --no-daemon --parallel clean spotlessCheck
javadoc_17:
runs-on: ubuntu-latest
runs-on: [besu,Linux,self-hosted,X64]
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Repo

@ -25,7 +25,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: [besu,Linux,self-hosted]
runs-on: [besu,Linux,self-hosted,X64]
permissions:
actions: read
contents: read

Loading…
Cancel
Save