File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7171 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
7272
7373 - name : Run markdown-link-check
74- uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
74+ uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
7575 with :
7676 config-file : " .markdownlinkcheck.json"
7777 check-modified-files-only : " yes"
@@ -102,7 +102,7 @@ jobs:
102102 - name : Check out the repository
103103 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
104104 - name : Run Anchore vulnerability scanner
105- uses : anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65
105+ uses : anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32
106106 id : scan
107107 with :
108108 path : " ."
@@ -113,7 +113,7 @@ jobs:
113113 run : cat ${{ steps.scan.outputs.sarif }}
114114 - name : Upload Anchore scan SARIF report
115115 if : always()
116- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88
116+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
117117 with :
118118 sarif_file : ${{ steps.scan.outputs.sarif }}
119119
Original file line number Diff line number Diff line change 1414 - name : Check out the repository
1515 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616 - name : Set up QEMU (to support building on non-native architectures)
17- uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
17+ uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
1818 - name : Build the multi-arch images
1919 run : make multiarch-images
2020 - name : Check that we actually build multi-arch images
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020
2121 - name : Run markdown-link-check
22- uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
22+ uses : gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
2323 with :
2424 config-file : " .markdownlinkcheck.json"
2525
Original file line number Diff line number Diff line change 2424 run : make unit
2525
2626 - name : Run SonarScan, upload Go test results and coverage
27- uses : sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838
27+ uses : sonarsource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19
2828 env :
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
@@ -39,14 +39,14 @@ jobs:
3939 - name : Check out the repository
4040 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4141 - name : Run Anchore vulnerability scanner
42- uses : anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65
42+ uses : anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32
4343 id : scan
4444 with :
4545 path : " ."
4646 fail-build : false
4747 - name : Show Anchore scan SARIF report
4848 run : cat ${{ steps.scan.outputs.sarif }}
4949 - name : Upload Anchore scan SARIF report
50- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88
50+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
5151 with :
5252 sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 1616 issues : write
1717 pull-requests : write
1818 steps :
19- - uses : actions/stale@f69122271d990fd11f5594ccff2296f00ff59b49
19+ - uses : actions/stale@ee7ef89499a3de6e4fe1fc1acb994e67c64e0a2a
2020 with :
2121 days-before-issue-stale : 120
2222 days-before-pr-stale : 14
Original file line number Diff line number Diff line change 3030 done
3131
3232 - name : Upload artifacts
33- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
33+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3434 with :
3535 name : Unit test artifacts
3636 path : artifacts
You can’t perform that action at this time.
0 commit comments