FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): bump github/codeql-action in /.github/workflows · TheAlgorithms/Java@14c0dee · GitHub

chore(deps): bump github/codeql-action from 4.37.6 to 4.37.7 in /.github/workflows #5264

chore(deps): bump github/codeql-action from 4.37.6 to 4.37.7 in /.github/workflows

chore(deps): bump github/codeql-action from 4.37.6 to 4.37.7 in /.github/workflows #5264

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
---
name: Infer
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
run_infer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5.7.0
with:
java-version: 21
distribution: 'temurin'
- name: Set up inferAdd commentMore actions
uses: srz-zumix/setup-infer@v1
- name: Display infer version
run: |
which infer
infer --version
- name: Run infer
run: |
mvn clean
infer --java-version 21 --fail-on-issue --print-logs --no-progress-bar -- mvn test
...

Back | FazBrowse Home | New Git URL