File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
- name : Checkout code
33
33
uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
34
34
- name : Ensure 3rd party workflows have SHA pinned
35
- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@40ba2d51b6b6d8695f2b6bd74e785172d4f8d00f # v3.0.14
35
+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@ed00f72a3ca5b6eff8ad4d3ffdcacedb67a21db1 # v3.0.15
36
36
with :
37
37
allowlist : |
38
38
slsa-framework/slsa-github-generator
Original file line number Diff line number Diff line change 1
1
# v9.1.18
2
- FROM squidfunk/mkdocs-material@sha256:0d4e6877f5e2204d4e3da97bf858df075ecc39eae062ed05366c8b5b895a1131
2
+ FROM squidfunk/mkdocs-material@sha256:31eb7f7c86dc35e29ca5520e1826b3c7fd54ddd84adc20cb0a42f59d17aa912e
3
3
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
4
4
COPY requirements.txt /tmp/
5
5
RUN pip install --require-hashes -r /tmp/requirements.txt
You can’t perform that action at this time.
0 commit comments