Browse Source

Update GitHub Actions.

See #5059
4.4.x
Mark Paluch 3 months ago
parent
commit
394fa50eb0
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 21
      .github/workflows/codeql.yml
  2. 5
      .github/workflows/project.yml

21
.github/workflows/codeql.yml

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
# GitHub Actions for CodeQL Scanning
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

5
.github/workflows/project.yml

@ -10,6 +10,11 @@ on: @@ -10,6 +10,11 @@ on:
pull_request_target:
types: [opened, edited, reopened]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
Inbox:
runs-on: ubuntu-latest

Loading…
Cancel
Save