Skip to content

Commit

Permalink
Add BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Jan 26, 2024
1 parent 0296ad4 commit e52b6e3
Show file tree
Hide file tree
Showing 2 changed files with 2,914 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "CodeQL"

on:
pull_request:
branches: [ "master" ]
schedule:
- cron: '30 01 * * 2'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read

strategy:
fail-fast: false
matrix:
language: [ 'java-kotlin' ]

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
Loading

0 comments on commit e52b6e3

Please sign in to comment.