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 37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
40
+ uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
41
41
with :
42
42
languages : ${{ matrix.language }}
43
43
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
52
# If this step fails, then you should remove it and run the build manually (see below)
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
54
+ uses : github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
55
55
56
56
# ℹ️ Command-line programs to run using the OS shell.
57
57
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
64
64
# ./location_of_script_within_repo/buildscript.sh
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
67
+ uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
Original file line number Diff line number Diff line change 22
22
- name : ' Checkout Repository'
23
23
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
24
- name : ' Dependency Review'
25
- uses : actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v3.1.4
25
+ uses : actions/dependency-review-action@c74b580d73376b7750d3d2a50bfb8adc2c937507 # v3.1.5
You can’t perform that action at this time.
0 commit comments