diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ceb72d1..63e9dab 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,9 +26,9 @@ jobs: uses: actions/checkout@v2 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 \ No newline at end of file + uses: github/codeql-action/analyze@v2 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..e049666 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,8 @@ +name: "Release" + +on: + workflow_dispatch: + +jobs: + +