Commit 44484ac 1 parent d33515e commit 44484ac Copy full SHA for 44484ac
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
47
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
53
53
# queries: ./path/to/local/query, your-org/your-repo/queries@main
54
54
55
55
- name : Autobuild
56
- uses : github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
56
+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
57
57
58
58
- name : Perform CodeQL Analysis
59
- uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
59
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
75
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments