diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index dab859e..3c3aa87 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -28,7 +28,7 @@ jobs: p/secrets generateSarif: "1" - - uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 + - uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 if: always() && github.ref == 'refs/heads/main' continue-on-error: true with: diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c315c67..9d0e23d 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -38,7 +38,7 @@ jobs: path: results.sarif retention-days: 5 - - uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4 + - uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 if: github.ref == 'refs/heads/main' continue-on-error: true with: