diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 181d27c925..1efd05ecab 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -34,7 +34,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@4a01ec798636a8442fbe054c7795e139a5960d29 + uses: github/codeql-action/init@5618c9fc1e675841ca52c1c6b1304f5255a905a0 with: languages: javascript, python, java @@ -46,4 +46,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4a01ec798636a8442fbe054c7795e139a5960d29 \ No newline at end of file + uses: github/codeql-action/analyze@5618c9fc1e675841ca52c1c6b1304f5255a905a0 \ No newline at end of file