File tree Expand file tree Collapse file tree
scripts/docker/examples/python/assets/hello_world Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 # Upload the results to GitHub's code scanning dashboard (optional).
6969 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
71+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
7272 with :
7373 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 run : echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT
105105 - name : " Notify on publishing packages"
106106 if : steps.check.outputs.secret_exist == 'true'
107- uses : nhs-england-tools/notify-msteams-action@v0 .0.4
107+ uses : nhs-england-tools/notify-msteams-action@v1 .0.0
108108 with :
109109 github-token : ${{ secrets.GITHUB_TOKEN }}
110110 teams-webhook-url : ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 2929 ffi (1.16.3 )
3030 forwardable-extended (2.6.0 )
3131 gemoji (4.1.0 )
32- google-protobuf (3.25.3 -x86_64-linux )
32+ google-protobuf (3.25.5 -x86_64-linux )
3333 html-pipeline (2.14.3 )
3434 activesupport (>= 2 )
3535 nokogiri (>= 1.4 )
@@ -100,14 +100,12 @@ GEM
100100 rb-fsevent (0.11.2 )
101101 rb-inotify (0.11.1 )
102102 ffi (~> 1.0 )
103- rexml (3.2.8 )
104- strscan (>= 3.0.9 )
103+ rexml (3.3.9 )
105104 rouge (4.2.1 )
106105 safe_yaml (1.0.5 )
107106 sass-embedded (1.69.5 )
108107 google-protobuf (~> 3.23 )
109108 rake (>= 13.0.0 )
110- strscan (3.1.0 )
111109 terminal-table (3.0.2 )
112110 unicode-display_width (>= 1.1.1 , < 3 )
113111 tzinfo (2.0.6 )
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ Jinja2==3.1.4
77MarkupSafe == 2.1.3
88pip == 23.3
99setuptools == 65.5.1
10- Werkzeug == 3.0.3
10+ Werkzeug == 3.0.6
1111wheel == 0.41.1
1212WTForms == 3.0.1
You can’t perform that action at this time.
0 commit comments