File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
- name : Set up Python ${{ matrix.python-version }}
27
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
27
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install dependencies
Original file line number Diff line number Diff line change 63
63
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64
64
- name : Push Docker Image
65
65
if : ${{ success() }}
66
- uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
66
+ uses : docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
67
67
with :
68
68
context : .
69
69
file : ./Dockerfile
Original file line number Diff line number Diff line change 42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.24.9
45
+ uses : github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.24.9
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments