File tree Expand file tree Collapse file tree 3 files changed +78
-78
lines changed Expand file tree Collapse file tree 3 files changed +78
-78
lines changed Original file line number Diff line number Diff line change 32
32
- name : Checkout code
33
33
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
- name : Ensure 3rd party workflows have SHA pinned
35
- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633 # v3.0.22
35
+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 # v3.0.23
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:f226a2d2d5983643cab401491fc40e8a5711a50e90c21433f80e91c014cff1f5
2
+ FROM squidfunk/mkdocs-material@sha256:3555052d6cbde1086b166ebacacc43126c6fb0a7b990f324072150725aa63b18
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