diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 67de79e1..1968d5cf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -8,7 +8,7 @@ on: paths: - 'Source/**' schedule: - - cron: '0 8 * * *' + - cron: '*/2 * * * *' workflow_dispatch: jobs: @@ -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 }} @@ -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 @@ -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) \ No newline at end of file +# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation) diff --git a/NOTICE.txt b/NOTICE.txt index a6d57368..8d8e6703 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -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