10 runs-on: ubuntu-latest
12 should_skip: ${{ steps.skip-check.outputs.should_skip }}
15 uses: fkirc/skip-duplicate-actions@master
17 concurrent_skipping: 'same_content'
21 if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
22 runs-on: ubuntu-latest
26 - uses: actions/checkout@v2
29 # we don't use github/codeql-action because we can't exclude queries there,
30 # so we continue to use the approach we used on Travis
32 LGTM_TOKEN: ${{ secrets.LGTM_TOKEN }}
33 LGTM_PROJECT: ${{ secrets.LGTM_PROJECT }}
34 BUILD_NUMBER: ${{ github.run_id }}
35 COMMIT_ID: ${{ github.sha }}
36 COMMIT_BASE: ${{ github.event.before }}
37 uses: ./.github/actions/default