Преглед на файлове

Merge branch '1.4.x' into 1.5.x

Joe Grandja преди 1 месец
родител
ревизия
9fe0ce903d
променени са 1 файла, в които са добавени 17 реда и са изтрити 0 реда
  1. 17 0
      .github/workflows/codeql.yml

+ 17 - 0
.github/workflows/codeql.yml

@@ -0,0 +1,17 @@
+name: "CodeQL Advanced"
+
+on:
+  push:
+  pull_request:
+  workflow_dispatch:
+  schedule:
+    # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
+    - cron: '0 5 * * *'
+permissions: read-all
+jobs:
+  codeql-analysis-call:
+    permissions:
+      actions: read
+      contents: read
+      security-events: write
+    uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1