File tree Expand file tree Collapse file tree 6 files changed +81
-80
lines changed
aws_lambda_powertools/shared Expand file tree Collapse file tree 6 files changed +81
-80
lines changed Original file line number Diff line number Diff line change 3232 - name : Checkout code
3333 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434 - 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
3636 with :
3737 allowlist : |
3838 slsa-framework/slsa-github-generator
Original file line number Diff line number Diff line change 11"""Exposes version constant to avoid circular dependencies."""
22
3- VERSION = "3.9.1a3 "
3+ VERSION = "3.9.1a4 "
Original file line number Diff line number Diff line change 11# v9.1.18
2- FROM squidfunk/mkdocs-material@sha256:f226a2d2d5983643cab401491fc40e8a5711a50e90c21433f80e91c014cff1f5
2+ FROM squidfunk/mkdocs-material@sha256:3555052d6cbde1086b166ebacacc43126c6fb0a7b990f324072150725aa63b18
33# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
44COPY requirements.txt /tmp/
55RUN pip install --require-hashes -r /tmp/requirements.txt
You can’t perform that action at this time.
0 commit comments