File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
66
+ uses : docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
67
67
with :
68
68
context : .
69
69
file : ./Dockerfile
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
36
36
results_format : sarif
37
37
publish_results : true
38
38
- name : " Upload artifact"
39
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
39
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
40
40
with :
41
41
name : SARIF file
42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
45
+ uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments