File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ jobs:
53
53
IMAGE_NAME : github/issue_metrics # different than repo name (underscore instead of dash)
54
54
steps :
55
55
- name : Set up Docker Buildx
56
- uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
56
+ uses : docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27
57
57
- name : Log in to the Container registry
58
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
58
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
59
59
with :
60
60
registry : ${{ env.REGISTRY }}
61
61
username : ${{ github.actor }}
62
62
password : ${{ secrets.GITHUB_TOKEN }}
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@a254f8ca60a858f3136a2f1f23a60969f2c402dd
66
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
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@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.24.9
45
+ uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.24.9
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments