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 54
54
55
55
# Initializes the CodeQL tools for scanning.
56
56
- name : Initialize CodeQL
57
- uses : github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
57
+ uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
58
58
with :
59
59
languages : ${{ matrix.language }}
60
60
# If you wish to specify custom queries, you can do so here or in a config file.
64
64
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
65
65
# If this step fails, then you should remove it and run the build manually (see below)
66
66
- name : Autobuild
67
- uses : github/codeql-action/autobuild@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
67
+ uses : github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
68
68
69
69
# ℹ️ Command-line programs to run using the OS shell.
70
70
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
77
77
# ./location_of_script_within_repo/buildscript.sh
78
78
79
79
- name : Perform CodeQL Analysis
80
- uses : github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
80
+ uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
81
81
with :
82
82
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 44
44
45
45
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
- name : trivy
47
- uses : reviewdog/action-trivy@14e16b394d55cc5cbbf0797b04fa5257adbe6e7a # v1.11.0
47
+ uses : reviewdog/action-trivy@0e0d85c121dfbd91f5325667dc03b047ac86689f # v1.11.3
48
48
with :
49
49
github_token : ${{ github.token }}
50
50
trivy_command : config
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
65
65
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
66
66
# format to the repository Actions tab.
67
67
- name : " Upload artifact"
68
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
68
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
69
69
with :
70
70
name : SARIF file
71
71
path : results.sarif
72
72
retention-days : 5
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@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
76
+ uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
77
77
with :
78
78
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments