- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Bonner (0.07 sec)
-
maven.yml
actions/setup-java@v4 L25: with: L26: java-version: '21' L27: distribution: 'temurin' L28: - uses: actions/cache@v4 L29: with: L30: path: ~/.m2/repository L31: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} L32: restore-keys: | L33: ${{ runner.os }}-maven- L34: - name: Download Plugins with Maven L35: run: mvn -B antrun:run --file pom.xml L36: - name: Build with Maven L37: run: mvn -B source:jar javadoc:jar package --file pom.xml...github.com/codelibs/fess/.github/workflows/mave...Sat Feb 10 11:19:11 UTC 2024 1.1K bytes -
codeql.yml
"CodeQL" L13: L14:on: L15: push: L16: branches: [ "master" ] L17: pull_request: L18: branches: [ "master" ] L19: schedule: L20: - cron: '38 6 * * 1' L21: L22:jobs: L23: analyze: L24: name: Analyze (${{ matrix.language }}) L25: # Runner size impacts CodeQL analysis time. To learn more, please see: L26: # - https://gh.io/recommended-hardware-resources-for-running-codeql L27: # - https://gh.io/supported-runners-and-hardware-resources L28: # - https://gh.io/using-larger-runners...github.com/codelibs/fess/.github/workflows/code...Wed Aug 14 23:51:19 UTC 2024 4.4K bytes