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 57
57
58
58
# Initializes the CodeQL tools for scanning.
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
60
+ uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
# If you wish to specify custom queries, you can do so here or in a config file.
67
67
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
68
68
# If this step fails, then you should remove it and run the build manually (see below)
69
69
- name : Autobuild
70
- uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
70
+ uses : github/codeql-action/autobuild@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
71
71
72
72
# ℹ️ Command-line programs to run using the OS shell.
73
73
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
80
80
# ./location_of_script_within_repo/buildscript.sh
81
81
82
82
- name : Perform CodeQL Analysis
83
- uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
83
+ uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
84
84
with :
85
85
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 52
52
persist-credentials : false
53
53
54
54
- name : " Run analysis"
55
- uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
55
+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
56
56
with :
57
57
results_file : results.sarif
58
58
results_format : sarif
64
64
65
65
# Upload the results to GitHub's code scanning dashboard.
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
67
+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
68
68
with :
69
69
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies = [
27
27
" click>=7.0,<9.0" ,
28
28
" watchdog>=1.0.0" ,
29
29
" gunicorn>=22.0.0; platform_system!='Windows'" ,
30
- " cloudevents>=1.2 .0,<=1.11 .0" , # Must support python 3.7
30
+ " cloudevents>=1.12 .0,<=1.12 .0" , # Must support python 3.7
31
31
" Werkzeug>=0.14,<4.0.0" ,
32
32
" httpx>=0.24.1" ,
33
33
]
You can’t perform that action at this time.
0 commit comments