diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 61e77f9e..6c444d6d 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -42,6 +42,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 + uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7 with: sarif_file: results.sarif \ No newline at end of file diff --git a/.github/workflows/webserver.yml b/.github/workflows/webserver.yml index 95fc1720..22505fab 100644 --- a/.github/workflows/webserver.yml +++ b/.github/workflows/webserver.yml @@ -212,7 +212,7 @@ jobs: cp opentelemetry-cpp-contrib/instrumentation/otel-webserver-module/codeql-env.sh . sudo ./codeql-env.sh - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: cpp - name: build @@ -222,5 +222,5 @@ jobs: cp -r /build-dependencies ../otel-webserver-module/ ./gradlew assembleWebserverModule -DtargetSystem=ubuntu --info - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4