mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 11:17:33 +02:00
Apply the latest runner recommendations
This commit is contained in:
@ -26,7 +26,7 @@ jobs:
|
|||||||
security-events: write
|
security-events: write
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
# Languages to scan
|
# Languages to scan
|
||||||
language: [ 'java' ]
|
language: [ 'java' ]
|
||||||
@ -56,3 +56,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2
|
uses: github/codeql-action/analyze@v2
|
||||||
|
with:
|
||||||
|
category: "/language:${{matrix.language}}"
|
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -2,7 +2,7 @@
|
|||||||
# including making pull requests review easier
|
# including making pull requests review easier
|
||||||
|
|
||||||
# Human-readable name in the actions tab
|
# Human-readable name in the actions tab
|
||||||
name: Java CI
|
name: Maven Build
|
||||||
|
|
||||||
# Build on every pull request regardless of the branch
|
# Build on every pull request regardless of the branch
|
||||||
# Wiki: https://help.github.com/en/actions/reference/events-that-trigger-workflows
|
# Wiki: https://help.github.com/en/actions/reference/events-that-trigger-workflows
|
||||||
@ -20,6 +20,8 @@ jobs:
|
|||||||
|
|
||||||
# Environment image - always use the newest OS
|
# Environment image - always use the newest OS
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
# Run steps
|
# Run steps
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user