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