mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-05 14:11:34 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
b040711701
|
|||
96ed2ff2bb
|
|||
061a788d93
|
|||
3c02e23163
|
|||
1c4217da53
|
|||
81985013e8
|
16
.github/workflows/qodona.yml
vendored
Normal file
16
.github/workflows/qodona.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Qodona
|
||||
on: [push]
|
||||
jobs:
|
||||
scan:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Qodana Scan
|
||||
uses: JetBrains/qodana-action@main
|
||||
env:
|
||||
QODANA_TOKEN: "${{ secrets.QODANA_TOKEN }}"
|
||||
- name: Upload CodeQL SARIF
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
with:
|
||||
sarif_file: "${{ runner.temp }}/qodana/results/qodana.sarif.json"
|
@ -1,7 +1,6 @@
|
||||
@file:Suppress("UnstableApiUsage")
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
kotlin("plugin.serialization") version "1.7.10"
|
||||
|
||||
`maven-publish`
|
||||
`java-gradle-plugin`
|
||||
@ -10,7 +9,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "gay.pizza.foundation"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
Reference in New Issue
Block a user