File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ jobs:
6464
6565 # Initializes the CodeQL tools for scanning.
6666 - name : Initialize CodeQL
67- uses : github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
67+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6868 with :
6969 languages : ${{ matrix.language }}
7070
7171 - name : Autobuild
72- uses : github/codeql-action/autobuild@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
72+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
7373
7474 # ℹ️ Command-line programs to run using the OS shell.
7575 # 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8383 # make release
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
86+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
Original file line number Diff line number Diff line change 6363
6464 # Upload the results to GitHub's code scanning dashboard.
6565 - name : " Upload to code-scanning"
66- uses : github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
66+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6767 with :
6868 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments