File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
run : cat ${{ steps.scan.outputs.sarif }}
114
114
- name : Upload Anchore scan SARIF report
115
115
if : always()
116
- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
116
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
117
117
with :
118
118
sarif_file : ${{ steps.scan.outputs.sarif }}
119
119
Original file line number Diff line number Diff line change 14
14
- name : Check out the repository
15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16
16
- name : Set up QEMU (to support building on non-native architectures)
17
- uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
17
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
18
18
- name : Build the multi-arch images
19
19
run : make multiarch-images
20
20
- name : Check that we actually build multi-arch images
Original file line number Diff line number Diff line change 24
24
run : make unit
25
25
26
26
- name : Run SonarScan, upload Go test results and coverage
27
- uses : sonarsource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19
27
+ uses : sonarsource/sonarcloud-github-action@ffc3010689be73b8e5ae0c57ce35968afd7909e8
28
28
env :
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
47
47
- name : Show Anchore scan SARIF report
48
48
run : cat ${{ steps.scan.outputs.sarif }}
49
49
- name : Upload Anchore scan SARIF report
50
- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
50
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
51
51
with :
52
52
sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 30
30
done
31
31
32
32
- name : Upload artifacts
33
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
33
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
34
34
with :
35
35
name : Unit test artifacts
36
36
path : artifacts
You can’t perform that action at this time.
0 commit comments