File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 63
63
64
64
# Initializes the CodeQL tools for scanning.
65
65
- name : Initialize CodeQL
66
- uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
66
+ uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
67
67
with :
68
68
languages : ${{ matrix.language }}
69
69
# If you wish to specify custom queries, you can do so here or in a config file.
73
73
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
74
74
# If this step fails, then you should remove it and run the build manually (see below)
75
75
- name : Autobuild
76
- uses : github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
76
+ uses : github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
77
77
78
78
# ℹ️ Command-line programs to run using the OS shell.
79
79
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
86
86
# ./location_of_script_within_repo/buildscript.sh
87
87
88
88
- name : Perform CodeQL Analysis
89
- uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
89
+ uses : github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
90
90
with :
91
91
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 40
40
*.blob.core.windows.net:443
41
41
42
42
- name : Setup Node
43
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
43
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
44
44
with :
45
45
node-version : 20.x
46
46
Original file line number Diff line number Diff line change 70
70
- run : make release-manifest
71
71
72
72
- name : Create release pull request
73
- uses : peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # v7.0.2
73
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
74
74
with :
75
75
commit-message : " chore: Prepare ${{ env.NEWVERSION }} release"
76
76
title : " chore: Prepare ${{ env.NEWVERSION }} release"
Original file line number Diff line number Diff line change 86
86
87
87
# Upload the results to GitHub's code scanning dashboard.
88
88
- name : " Upload to code-scanning"
89
- uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
89
+ uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
90
90
with :
91
91
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments