File tree Expand file tree Collapse file tree 6 files changed +134
-134
lines changed Expand file tree Collapse file tree 6 files changed +134
-134
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ jobs:
21
21
22
22
steps :
23
23
- name : Harden Runner
24
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
24
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
25
25
with :
26
26
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
27
27
28
28
- name : Checkout repository
29
29
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
32
+ uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
33
33
with :
34
34
languages : " python"
35
35
36
36
- name : Perform CodeQL Analysis
37
- uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
37
+ uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
38
38
with :
39
39
category : " /language:python"
Original file line number Diff line number Diff line change 25
25
steps :
26
26
# Git Checkout
27
27
- name : Harden Runner
28
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
28
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
29
29
with :
30
30
egress-policy : audit
31
31
40
40
id : ml
41
41
# You can override MegaLinter flavor used to have faster performances
42
42
# More info at https://megalinter.io/flavors/
43
- uses : oxsecurity/megalinter/flavors/python@1fc052d03c7a43c78fe0fee19c9d648b749e0c01 # v8.3.0
43
+ uses : oxsecurity/megalinter/flavors/python@ec124f7998718d79379a3c5b39f5359952baf21d # v8.4.2
44
44
env :
45
45
# All available variables are described in documentation
46
46
# https://megalinter.io/configuration/
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Harden Runner
29
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
29
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
30
30
with :
31
31
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
32
32
44
44
45
45
# Upload the results to GitHub's code scanning dashboard.
46
46
- name : " Upload to code-scanning"
47
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
47
+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
48
48
with :
49
49
sarif_file : results.sarif
Original file line number Diff line number Diff line change 1
- FROM cgr.dev/chainguard/python:latest-dev@sha256:1d2375eb154e22ae32adbd620f1a36443e468e2124d2c58efaa307af969fd555 AS builder
1
+ FROM cgr.dev/chainguard/python:latest-dev@sha256:9e7d10b641a219baa71afd8fec83ab8622a0486f7d8bdab4ed5536c361b1add1 AS builder
2
2
3
3
# force build
4
4
@@ -11,7 +11,7 @@ ENV PATH=/home/nonroot/.local/bin:$PATH
11
11
RUN wget -q -O - https://install.python-poetry.org | python -
12
12
RUN poetry install --no-root;
13
13
14
- FROM cgr.dev/chainguard/python:latest@sha256:578490b43157f444bcdab2f444a4727917a3515987e49b1c350dd2152dfec4c1
14
+ FROM cgr.dev/chainguard/python:latest@sha256:b9328fd1f02d7836c7a75b0423ea9b0098e1cc10f6d3b9398bac5ebb4410f316
15
15
USER nonroot
16
16
ENV DB_HOST localhost
17
17
ENV DB_NAME postgres
You can’t perform that action at this time.
0 commit comments