diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 94373bd..20cde9e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -53,7 +53,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 + uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -76,6 +76,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 + uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 with: category: '/language:${{matrix.language}}' diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index e2630b7..e96140f 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -58,13 +58,13 @@ jobs: exit-code: '0' - name: Upload Trivy image scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 + uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 with: sarif_file: 'trivy-image-results.sarif' category: 'trivy-image' - name: Upload Trivy Python scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 + uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 with: sarif_file: 'trivy-py-results.sarif' category: 'trivy-python'