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 28
28
python -m pip install --upgrade pip
29
29
pip install -r requirements.txt -r requirements-test.txt
30
30
- name : Lint Code Base
31
- uses : super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8
31
+ uses : super-linter/super-linter@e1cb86b6e8d119f789513668b4b30bf17fe1efe4
32
32
env :
33
33
DEFAULT_BRANCH : main
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 63
63
64
64
- name : Push Docker Image
65
65
if : ${{ success() }}
66
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
66
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
45
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments