diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index cc8d9fae04..080840ea40 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@48c3e2675613624ea7978e5d132169f97bc3b578 + uses: github/codeql-action/init@cbe18979603527f12c7871a6eb04833ecf1548c7 with: languages: javascript, python, java @@ -46,4 +46,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@48c3e2675613624ea7978e5d132169f97bc3b578 \ No newline at end of file + uses: github/codeql-action/analyze@cbe18979603527f12c7871a6eb04833ecf1548c7 \ No newline at end of file