File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
persist-credentials : false
25
25
26
- - uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
26
+ - uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
27
27
with :
28
28
results_file : results.sarif
29
29
results_format : sarif
42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
45
+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change 3
3
# Dependabot can keep this file up to date with latest containers.
4
4
5
5
# Weaver is used to generate markdown docs, and enforce policies on the model.
6
- FROM otel/weaver:v0.15.1 @sha256:95c0aaa493d84ac72a1188756bd46eec1ead8e82004e7778ff5779736be8d578 AS weaver
6
+ FROM otel/weaver:v0.15.2 @sha256:b13acea09f721774daba36344861f689ac4bb8d6ecd94c4600b4d590c8fb34b9 AS weaver
7
7
8
8
# OPA is used to test policies enforced by weaver.
9
- FROM openpolicyagent/opa:1.5.0 @sha256:09a86c8bb25e68603fe011cdb8ee8909b37f479eac95c0f3f1053d48fa9521eb AS opa
9
+ FROM openpolicyagent/opa:1.5.1 @sha256:7d30d984125161b7f30599c6bdf80a6f2301dbbd526725714c231aad8179e4b9 AS opa
10
10
11
11
# Lychee is used for checking links in documentation.
12
12
FROM lycheeverse/lychee:sha-2aa22f8@sha256:2e3786630482c41f9f2dd081e06d7da1c36d66996e8cf6573409b8bc418d48c4 AS lychee
You can’t perform that action at this time.
0 commit comments