diff --git a/.github/workflows/bytefolk-scorecard.yml b/.github/workflows/bytefolk-scorecard.yml index bca8aa4..2058126 100644 --- a/.github/workflows/bytefolk-scorecard.yml +++ b/.github/workflows/bytefolk-scorecard.yml @@ -44,6 +44,6 @@ jobs: retention-days: 14 - name: Upload Scorecard results - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.4 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: results.sarif diff --git a/.github/workflows/bytefolk-security.yml b/.github/workflows/bytefolk-security.yml index 73a3d76..6ccef7b 100644 --- a/.github/workflows/bytefolk-security.yml +++ b/.github/workflows/bytefolk-security.yml @@ -53,12 +53,12 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.4 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ matrix.language }} queries: security-extended - name: Analyze - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.4 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: /language:${{ matrix.language }}