Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths:
- 'Source/**'
schedule:
- cron: '0 8 * * *'
- cron: '*/2 * * * *'
workflow_dispatch:

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Initialize CodeQL
id: init_codeql
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
category: ${{ matrix.language }}
Expand All @@ -34,7 +34,7 @@ jobs:
- if: matrix.language == 'csharp'
name: Build C# code
id: build_csharp_code
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

- if: matrix.language == 'java'
name: Build Java code
Expand All @@ -45,6 +45,6 @@ jobs:

- name: Perform CodeQL Analysis
id: analyze_codeql
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
4 changes: 4 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ THIS SOFTWARE IS PROVIDED BY SUN MICROSYSTEMS INC. "AS IS" AND ANY EXPRESS OR IM
END OF Duke NOTICES AND INFORMATION




Saurabh added some text
Saurabh added some more text