Skip to content

Commit

Permalink
Merge pull request #24 from Kerosene-Labs/update-workflow
Browse files Browse the repository at this point in the history
reverting
  • Loading branch information
hlafaille authored Dec 13, 2024
2 parents d91af58 + 13e4fbe commit 63ac722
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/sdlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,7 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'java,javascript' # Specify your project's languages

- name: CodeQL Autobuild
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language-security-and-quality' # Customize category if needed

build:
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -74,6 +61,19 @@ jobs:
path: |
target/billtracker-${{ env.PROJECT_VERSION }}.jar
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'java,javascript' # Specify your project's languages

- name: CodeQL Autobuild
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language-security-and-quality' # Customize category if needed

publish_maven:
if: github.event_name == 'release'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 63ac722

Please sign in to comment.