mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
chore: actions stuff
This commit is contained in:
parent
1c32a7f610
commit
e7fdc9a067
2 changed files with 20 additions and 18 deletions
20
.github/workflows/docker-publish.yml
vendored
20
.github/workflows/docker-publish.yml
vendored
|
@ -224,3 +224,23 @@ jobs:
|
||||||
# ${{ needs.calculate_version.outputs.next_version }}
|
# ${{ needs.calculate_version.outputs.next_version }}
|
||||||
|
|
||||||
${{ env.CHANGELOG }}
|
${{ env.CHANGELOG }}
|
||||||
|
|
||||||
|
# codeQL enabled in settings / security
|
||||||
|
# codeql:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
# permissions:
|
||||||
|
# security-events: write
|
||||||
|
#
|
||||||
|
# steps:
|
||||||
|
# - name: Checkout repository
|
||||||
|
# uses: actions/checkout@v3
|
||||||
|
# - name: Initialize CodeQL
|
||||||
|
# uses: github/codeql-action/init@v2
|
||||||
|
# with:
|
||||||
|
# languages: 'java'
|
||||||
|
# - name: Autobuild
|
||||||
|
# uses: github/codeql-action/autobuild@v2
|
||||||
|
# - name: Perform CodeQL Analysis
|
||||||
|
# uses: github/codeql-action/analyze@v2
|
||||||
|
# with:
|
||||||
|
# category: '/language:java'
|
||||||
|
|
18
.github/workflows/gradle-build.yml
vendored
18
.github/workflows/gradle-build.yml
vendored
|
@ -78,21 +78,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
allow-dynamic-versions: 'true'
|
allow-dynamic-versions: 'true'
|
||||||
fail-on: 'violations'
|
fail-on: 'violations'
|
||||||
|
|
||||||
|
|
||||||
codeql:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Initialize CodeQL
|
|
||||||
uses: github/codeql-action/init@v2
|
|
||||||
with:
|
|
||||||
languages: 'java'
|
|
||||||
- name: Autobuild
|
|
||||||
uses: github/codeql-action/autobuild@v2
|
|
||||||
- name: Perform CodeQL Analysis
|
|
||||||
uses: github/codeql-action/analyze@v2
|
|
||||||
with:
|
|
||||||
category: '/language:java'
|
|
||||||
|
|
Loading…
Reference in a new issue