| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent db6c983 commit 7bfcf7c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,15 +28,15 @@ jobs: | |||
| 28 | 28 | ||
| 29 | 29 | # Initializes the CodeQL tools for scanning. | |
| 30 | 30 | - name: Initialize CodeQL | |
| 31 | - uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 | ||
| 31 | + uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 | ||
| 32 | 32 | with: | |
| 33 | 33 | languages: ${{ matrix.language }} | |
| 34 | 34 | config-file: ./.github/codeql-config.yml | |
| 35 | 35 | ||
| 36 | 36 | - name: Autobuild | |
| 37 | - uses: github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 | ||
| 37 | + uses: github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 | ||
| 38 | 38 | ||
| 39 | 39 | - name: Perform CodeQL Analysis | |
| 40 | - uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 | ||
| 40 | + uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 | ||
| 41 | 41 | with: | |
| 42 | 42 | category: /language:${{matrix.language}} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,6 +76,6 @@ jobs: | |||
| 76 | 76 | ||
| 77 | 77 | # Upload the results to GitHub's code scanning dashboard. | |
| 78 | 78 | - name: Upload to code-scanning | |
| 79 | - uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 | ||
| 79 | + uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 | ||
| 80 | 80 | with: | |
| 81 | 81 | sarif_file: results.sarif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments