| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1b4b90d commit d578343
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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 | ||
| 30 | + uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 | ||
| 36 | + uses: github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 | ||
| 37 | 37 | ||
| 38 | 38 | - name: Perform CodeQL Analysis | |
| 39 | - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 | ||
| 39 | + uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 | ||
| 40 | 40 | with: | |
| 41 | 41 | category: /language:${{matrix.language}} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -75,6 +75,6 @@ jobs: | |||
| 75 | 75 | ||
| 76 | 76 | # Upload the results to GitHub's code scanning dashboard. | |
| 77 | 77 | - name: Upload to code-scanning | |
| 78 | - uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 | ||
| 78 | + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 | ||
| 79 | 79 | with: | |
| 80 | 80 | sarif_file: results.sarif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments