Skip to content

Commit

Permalink
qodana main pipeline (#85)
Browse files Browse the repository at this point in the history
* switch build pipeline to build on pr only, create separate pipeline for main

* Add permission for security events

* Replace sarif with local scan since qodana cloud fails to download the sarif
  • Loading branch information
FrankvdStam authored Jan 25, 2025
1 parent 2fe46e3 commit cfb5be9
Show file tree
Hide file tree
Showing 3 changed files with 356,928 additions and 830 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:

env:
Expand All @@ -17,6 +13,7 @@ jobs:
contents: write
pull-requests: write
checks: write
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qodana_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
contents: write
pull-requests: write
checks: write
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit cfb5be9

Please sign in to comment.