File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949 fail-build : true
5050 - name : Upload Anchore Scan Report
5151 if : always()
52- uses : github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b
53- # v2.2.9
52+ uses : github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7
53+ # v2.2.11
5454 with :
5555 sarif_file : ${{ steps.scan.outputs.sarif }}
5656 - name : Inspect action SARIF report
Original file line number Diff line number Diff line change 5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
56- uses : github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
56+ uses : github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
5757 with :
5858 languages : ${{ matrix.language }}
5959 # If you wish to specify custom queries, you can do so here or in a config file.
6464 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565 # If this step fails, then you should remove it and run the build manually (see below)
6666 - name : Autobuild
67- uses : github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
67+ uses : github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
6868
6969 # ℹ️ Command-line programs to run using the OS shell.
7070 # 📚 https://git.io/JvXDl
7878 # make release
7979
8080 - name : Perform CodeQL Analysis
81- uses : github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
81+ uses : github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
Original file line number Diff line number Diff line change 7070
7171 # Upload the results to GitHub's code scanning dashboard.
7272 - name : " Upload to code-scanning"
73- uses : github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.1.27
73+ uses : github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.1.27
7474 with :
7575 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments