| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 31bb476 commit 423a6bc
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 | ||
| 30 | + uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 | ||
| 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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 | ||
| 36 | + uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 | ||
| 37 | 37 | ||
| 38 | 38 | - name: Perform CodeQL Analysis | |
| 39 | - uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 | ||
| 39 | + uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 | ||
| 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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 | ||
| 76 | + uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 | ||
| 77 | 77 | with: | |
| 78 | 78 | sarif_file: results.sarif | |
| Back | FazBrowse Home | New Git URL |
0 commit comments