Skip to content

Commit 97b48df

Browse files
Pin dependencies
1 parent 14684a4 commit 97b48df

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/actions/build-nextjs-website/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
using: "composite"
5555
steps:
5656
- name: Download GitBook docs
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5858
with:
5959
repository: pagopa/devportal-docs
6060
ref: docs/from-gitbook

.github/actions/deploy/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
run: npm run compile
7575

7676
- name: Download GitBook docs
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
7878
with:
7979
repository: pagopa/devportal-docs
8080
ref: docs/from-gitbook

.github/workflows/move_latest_tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, '@latest') }}
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515

1616
- name: Get commit hash associated with the new tag
1717
id: get-commit

apps/chatbot/docker/app.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/python:3.12
1+
FROM public.ecr.aws/lambda/python:3.12@sha256:bb5a7659611e5719e71ce9d1b7446bdb40b0e5be52061857f54393da6b0c98fd
22
ARG DEBIAN_FRONTEND=noninteractive
33

44
ENV PYTHONPATH=$LAMBDA_TASK_ROOT

apps/chatbot/docker/app.local.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.4-slim-bullseye
1+
FROM python:3.12.4-slim-bullseye@sha256:26ce493641ad3b1c8a6202117c31340c7bbb2dc126f1aeee8ea3972730a81dc6
22
ARG DEBIAN_FRONTEND=noninteractive
33

44
ENV PYTHONPATH=/app

0 commit comments

Comments
 (0)