Apply the latest runner recommendations

This commit is contained in:
games647
2023-04-05 10:47:15 +02:00
parent 8447285ef8
commit 7d7d91f4da
2 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
security-events: write
strategy:
fail-fast: false
fail-fast: true
matrix:
# Languages to scan
language: [ 'java' ]
@ -56,3 +56,5 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

View File

@ -2,7 +2,7 @@
# including making pull requests review easier
# Human-readable name in the actions tab
name: Java CI
name: Maven Build
# Build on every pull request regardless of the branch
# Wiki: https://help.github.com/en/actions/reference/events-that-trigger-workflows
@ -20,6 +20,8 @@ jobs:
# Environment image - always use the newest OS
runs-on: ubuntu-latest
permissions:
contents: read
# Run steps
steps: