Skip to content

Commit 0e3c3c4

Browse files
chore(deps): pin dependencies (#3)
* chore(deps): pin dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mads R. Havmand <[email protected]>
1 parent 2e82fa4 commit 0e3c3c4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/semgrep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
2424
container:
25-
image: returntocorp/semgrep
25+
image: returntocorp/semgrep@sha256:bacb1190716dab2b1708dc63c5bf11f6014c16511e5117f83592acbc5530087a
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2828
- run: semgrep ci

.github/workflows/sonarcloud.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sonarcloud:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1919
with:
2020
# Disabling shallow clone is recommended for improving relevancy of reporting
2121
fetch-depth: 0

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cgr.dev/chainguard/python:latest-dev AS builder
1+
FROM cgr.dev/chainguard/python:latest-dev@sha256:40b3a19b7e2a50824b1ff32d61ae5f59af1b0de67f7bb8e56f5804bace0d94b7 AS builder
22

33
ARG dist_file
44

@@ -10,7 +10,7 @@ RUN --mount=type=secret,id=requirements,dst=/home/nonroot/requirements.txt,uid=6
1010
pip install --no-cache-dir -r "/home/nonroot/requirements.txt"
1111
RUN pip install --no-cache-dir "/home/nonroot/${dist_file}"
1212

13-
FROM cgr.dev/chainguard/python:latest
13+
FROM cgr.dev/chainguard/python:latest@sha256:5f16431f56f330925a9c8f5168b31ca65f603de15b127b376f8532bab11583c0
1414

1515
WORKDIR /app
1616

docker-compose.development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
db:
3-
image: postgres
3+
image: postgres@sha256:5c587078ef86f4b5fd24c9ed4394429e59035ead421873c14135d5b57c117908
44
restart: always
55
# set shared memory limit when using docker-compose
66
shm_size: 128mb

0 commit comments

Comments
 (0)