diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1fad9230..dcfaf560 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -56,7 +56,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3@4f3212b61783c3c68e8309a0f18a699764811cda + uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -70,7 +70,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v3@4f3212b61783c3c68e8309a0f18a699764811cda + uses: github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -83,4 +83,4 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3@4f3212b61783c3c68e8309a0f18a699764811cda + uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 72781269..35782e38 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4 with: persist-credentials: false @@ -68,6 +68,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@v3@4f3212b61783c3c68e8309a0f18a699764811cda + uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda with: sarif_file: results.sarif