Skip to content

Commit 1551cdf

Browse files
fix(deps): update all dependencies (#536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6dc0808 commit 1551cdf

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/build-push-chart.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts
1515
permissions: read-all
1616
jobs:
1717
setenv:
18-
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@438b5318171d213a1388be4bf4ce1f84dafed25c # v1.0.167
18+
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@a0751e4c6e2039e275bb92fd3716ea51fd8a325e # v1.0.168
1919
with:
2020
gh_head_ref: ${{ github.head_ref }}
2121
gh_ref_name: ${{ github.ref_name }}
@@ -27,7 +27,7 @@ jobs:
2727
permissions:
2828
id-token: write
2929
contents: write
30-
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@438b5318171d213a1388be4bf4ce1f84dafed25c # v1.0.167
30+
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@a0751e4c6e2039e275bb92fd3716ea51fd8a325e # v1.0.168
3131
needs: setenv
3232
with:
3333
gh_repository_owner: ${{ github.repository_owner }}
@@ -44,7 +44,7 @@ jobs:
4444
permissions:
4545
security-events: write
4646
statuses: write
47-
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@438b5318171d213a1388be4bf4ce1f84dafed25c # v1.0.167
47+
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@a0751e4c6e2039e275bb92fd3716ea51fd8a325e # v1.0.168
4848
needs:
4949
- setenv
5050
- release
@@ -56,7 +56,7 @@ jobs:
5656
helm:
5757
permissions:
5858
contents: write
59-
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@438b5318171d213a1388be4bf4ce1f84dafed25c # v1.0.167
59+
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@a0751e4c6e2039e275bb92fd3716ea51fd8a325e # v1.0.168
6060
needs:
6161
- setenv
6262
- release
@@ -76,7 +76,7 @@ jobs:
7676
GPG_KEY: ${{ secrets.GPG_KEY }}
7777
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
7878
sbom:
79-
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@438b5318171d213a1388be4bf4ce1f84dafed25c # v1.0.167
79+
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@a0751e4c6e2039e275bb92fd3716ea51fd8a325e # v1.0.168
8080
needs:
8181
- setenv
8282
- release

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
32+
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
3333
with:
3434
languages: "python"
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
37+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
3838
with:
3939
category: "/language:python"

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Create Pull Request with applied fixes
6363
id: cpr
6464
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
65-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
65+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
6666
with:
6767
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
6868
commit-message: "[MegaLinter] Apply linters automatic fixes"

.github/workflows/scorecard.yml

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

4545
# Upload the results to GitHub's code scanning dashboard.
4646
- name: "Upload to code-scanning"
47-
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
47+
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
4848
with:
4949
sarif_file: results.sarif

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cgr.dev/chainguard/python:latest-dev@sha256:aa61c7202aa7308f33e2472d457dc7c0a4aafa4b30060f583e1687b7e3ef604c AS builder
1+
FROM cgr.dev/chainguard/python:latest-dev@sha256:6c8b993b7f1024b286e15c77d73a6681eb56f766ddb09f3ee0d90f3b5152ba49 AS builder
22

33
COPY . /app
44

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"
11-
fastapi = "0.123.9"
11+
fastapi = "0.123.10"
1212
psycopg2-binary = "2.9.11"
1313
pydantic = "2.12.5"
1414
sqlalchemy = "2.0.44"

0 commit comments

Comments
 (0)