Skip to content

Commit fc2fc40

Browse files
authored
Merge branch 'master' into feature/rate-limiter-copi
2 parents 20889bd + e373776 commit fc2fc40

16 files changed

+203
-203
lines changed

.github/workflows/build-website-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
steps:
1717
# Make sure we have some code to test
1818
- name: Harden runner
19-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
19+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2020
with:
2121
egress-policy: block
2222
allowed-endpoints: >

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
steps:
1515
# Make sure we have some code to test
1616
- name: Harden runner
17-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
17+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
1818
with:
1919
egress-policy: block
2020
allowed-endpoints: >

.github/workflows/copi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
run: docker build -f ./Dockerfile .
3535
- name: Cache deps
3636
id: cache-deps
37-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
37+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
3838
env:
3939
cache-name: cache-elixir-deps
4040
with:

.github/workflows/copi-deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3232
- name: Cache deps
3333
id: cache-deps
34-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
34+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
3535
env:
3636
cache-name: cache-elixir-deps
3737
with:

.github/workflows/deploy-website-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
steps:
1414
# Make sure we have some code to test
1515
- name: Harden runner
16-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
16+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
1717
with:
1818
egress-policy: block
1919
allowed-endpoints: >

.github/workflows/deploy-website-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
steps:
2020
# Make sure we have some code to test
2121
- name: Harden runner
22-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
22+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2323
with:
2424
egress-policy: block
2525
allowed-endpoints: >

.github/workflows/hardening.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
# Make sure we have some code to test
1313
- name: Harden runner
14-
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
14+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
1515
with:
1616
egress-policy: block
1717
allowed-endpoints: >

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY --chown=builder:union Pipfile Pipfile.lock ./
3434
RUN pipenv --python "$(which python)" install --ignore-pipfile --dev
3535
ENTRYPOINT ["/usr/local/bin/pipenv"]
3636

37-
FROM mvdan/shfmt@sha256:20597e9d127ea8442384d0b2d8b755ae14e7aab29ad27ba8cc9d3440e7926e4d AS shfmt
37+
FROM mvdan/shfmt@sha256:e414177e424692cd21a5113216edeeeb56fc76b0ed2e5eb3a6c48404d5548a76 AS shfmt
3838
ENTRYPOINT ["/bin/shfmt"]

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = true
55

66
[dev-packages]
77
black = "==25.12.0"
8-
coverage = "==7.12.0"
8+
coverage = "==7.13.0"
99
flake8 = "==7.3.0"
1010
httpretty = "==1.1.4"
1111
mypy = "==1.19.0"
@@ -21,7 +21,7 @@ qrcode = "==8.2"
2121
requests = "==2.32.5"
2222
types-requests = "==2.32.4.20250913"
2323
typing_extensions = "==4.8.0"
24-
urllib3 = "==2.6.0"
24+
urllib3 = "==2.6.2"
2525
charset-normalizer = "==3.4.4"
2626
python-docx = "==1.1.0"
2727
PyYAML = "==6.0.1"

Pipfile.lock

Lines changed: 97 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)