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