diff --git a/.github/workflows/audit-codeql.yml b/.github/workflows/audit-codeql.yml index 668b6f4..22b5125 100644 --- a/.github/workflows/audit-codeql.yml +++ b/.github/workflows/audit-codeql.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize CodeQL - uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6 + uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 with: languages: "${{matrix.language}}" @@ -75,4 +75,4 @@ jobs: run: bun run build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6 + uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 diff --git a/.github/workflows/audit-scorecards.yml b/.github/workflows/audit-scorecards.yml index 4dfd117..70aaeb4 100644 --- a/.github/workflows/audit-scorecards.yml +++ b/.github/workflows/audit-scorecards.yml @@ -76,6 +76,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@603b797f8b14b413fe025cd935a91c16c4782713 # v3.33.0 + uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 with: sarif_file: results.sarif