We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc1912 commit 0cc6b91Copy full SHA for 0cc6b91
2 files changed
.docker/infra/mysql/docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
mysql:
3
- image: mysql:8.4.0@sha256:dab7049abafe3a0e12cbe5e49050cf149881c0cd9665c289e5808b9dad39c9e0
+ image: mysql:8.4.9@sha256:43bd9764df60666fb2ba2cf8217dd17b3d2414c150005d2fdd07a0cd73d3b7f5
4
environment:
5
- MYSQL_DATABASE=mysql
6
- MYSQL_ROOT_PASSWORD=root
.github/workflows/ossf-scorecard.yml
@@ -43,6 +43,6 @@ jobs:
43
# Upload the results to GitHub's code scanning dashboard (optional).
44
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
45
- name: "Upload to code-scanning"
46
- uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
+ uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
47
with:
48
sarif_file: results.sarif
0 commit comments