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 @@ -68,12 +68,12 @@ jobs:
6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
71+ uses : github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
7272 with :
7373 languages : ${{ matrix.language }}
7474
7575 - name : Autobuild
76- uses : github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
76+ uses : github/codeql-action/autobuild@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
7777
7878 # ℹ️ Command-line programs to run using the OS shell.
7979 # 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8787 # make release
8888
8989 - name : Perform CodeQL Analysis
90- uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
90+ uses : github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
Original file line number Diff line number Diff line change 6262
6363 # Upload the results to GitHub's code scanning dashboard.
6464 - name : " Upload to code-scanning"
65- uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
65+ uses : github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
6666 with :
6767 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments