Skip to content

Commit 3ad76de

Browse files
authored
Merge branch 'develop' into dependabot/github_actions/actions/setup-node-5.0.0
2 parents 14c923c + cc927b9 commit 3ad76de

File tree

6 files changed

+14
-24
lines changed

6 files changed

+14
-24
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
38+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
3939
with:
4040
languages: ${{ matrix.language }}
4141

@@ -45,7 +45,7 @@ jobs:
4545
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646
# If this step fails, then you should remove it and run the build manually (see below)
4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
48+
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
4949

5050
# ℹ️ Command-line programs to run using the OS shell.
5151
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -58,4 +58,4 @@ jobs:
5858
# ./location_of_script_within_repo/buildscript.sh
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
61+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343

4444
# Upload the results to GitHub's code scanning dashboard.
4545
- name: "Upload to code-scanning"
46-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
46+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
4747
with:
4848
sarif_file: results.sarif

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# v9.1.18
2-
FROM squidfunk/mkdocs-material@sha256:1a4e939cfd62b90943b6a829eb8544933e4e94eab18b8ca1d0f912fa9a532c37
2+
FROM squidfunk/mkdocs-material@sha256:209b62dd9530163cc5cf9a49853b5bb8570ffb3f3b5fe4eadc1d319bbda5ce2f
33

44
COPY requirements.txt /tmp/
55
RUN pip install --require-hashes -r /tmp/requirements.txt

docs/index.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -154,23 +154,6 @@ There are many ways you can help us gain future investments to improve everyone'
154154
155155
</div>
156156
157-
### Becoming a reference customer
158-
159-
Knowing which companies are using this library is important to help prioritize the project internally. The following companies, among others, use Powertools:
160-
161-
<div class="grid" style="text-align:center;" markdown>
162-
163-
[**Caylent**](https://caylent.com/){target="_blank" rel="nofollow"}
164-
{ .card }
165-
166-
[**Instil Software**](https://instil.co/){target="_blank" rel="nofollow"}
167-
{ .card }
168-
169-
[**Pushpay**](https://pushpay.com/){target="_blank" rel="nofollow"}
170-
{ .card }
171-
172-
</div>
173-
174157
## Tenets
175158
176159
These are our core principles to guide our decision making.

mkdocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,14 @@ markdown_extensions:
100100
format: !!python/name:pymdownx.superfences.fence_code_format
101101
- md_in_html
102102

103-
copyright: Copyright &copy; 2024 Amazon Web Services
103+
copyright: |
104+
<div id="awsdocs-legal-zone-copyright">
105+
<a href="https://aws.amazon.com/privacy" target="_blank" rel="nofollow">Privacy</a> |
106+
<a href="https://aws.amazon.com/terms/" target="_blank" rel="nofollow">Site terms</a> |
107+
<span class="copyright">
108+
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.
109+
</span>
110+
</div>
104111
105112
plugins:
106113
- privacy

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"Utilities": {
99
"Parameters": "1.3.1",
10-
"Idempotency": "1.3.1",
10+
"Idempotency": "1.4.0",
1111
"BatchProcessing": "1.2.1",
1212
"EventHandler": "1.0.1",
1313
"EventHandler.Resolvers.BedrockAgentFunction": "1.0.1",

0 commit comments

Comments
 (0)