diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 01971332..28baf2a7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,10 +20,24 @@ on: paths-ignore: - '**/*.md' -permissions: - contents: read - +permissions: + contents: read + jobs: + repolinter-action: + runs-on: ubuntu-latest + steps: + - name: Checkout Repo + uses: actions/checkout@v2 + - name: 'Run Repolinter' + uses: newrelic/repolinter-action@v1 + with: + config_url: https://raw.githubusercontent.com/aperture-science-incorporated/.github/master/repolinter-newrelic-communityplus.json + output_type: issue + # Optionally you can customize the issue and label repolinter-action will create + output_name: '[Bot] My Issue Title' + label_name: 'my-repolinter-label' + label_color: 'ffffff' build: runs-on: ubuntu-latest strategy: @@ -39,11 +53,11 @@ jobs: name: jdk ${{ matrix.jdk }} steps: - - name: Harden Runner - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 - with: - egress-policy: audit - + - name: Harden Runner + uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + with: + egress-policy: audit + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up JDK ${{ matrix.jdk }} uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2