| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a90bf3e commit 4dd153f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,15 +27,15 @@ jobs: | |||
| 27 | 27 | ||
| 28 | 28 | # Initializes the CodeQL tools for scanning. | |
| 29 | 29 | - name: Initialize CodeQL | |
| 30 | - uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 | ||
| 30 | + uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3 | ||
| 31 | 31 | with: | |
| 32 | 32 | languages: ${{ matrix.language }} | |
| 33 | 33 | config-file: ./.github/codeql-config.yml | |
| 34 | 34 | ||
| 35 | 35 | - name: Autobuild | |
| 36 | - uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 | ||
| 36 | + uses: github/codeql-action/autobuild@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3 | ||
| 37 | 37 | ||
| 38 | 38 | - name: Perform CodeQL Analysis | |
| 39 | - uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 | ||
| 39 | + uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3 | ||
| 40 | 40 | with: | |
| 41 | 41 | category: /language:${{matrix.language}} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,6 +73,6 @@ jobs: | |||
| 73 | 73 | ||
| 74 | 74 | # Upload the results to GitHub's code scanning dashboard. | |
| 75 | 75 | - name: Upload to code-scanning | |
| 76 | - uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 | ||
| 76 | + uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3 | ||
| 77 | 77 | with: | |
| 78 | 78 | sarif_file: results.sarif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments