File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 -
3434 # Initializes the CodeQL tools for scanning.
3535 name : Initialize CodeQL
36- uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
36+ uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
3737 with :
3838 languages : ${{ matrix.language }}
3939 -
4040 name : Analyze ${{ matrix.language }}
41- uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
41+ uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323 -
2424 name : Identify all-time contributors to this repository
25- uses : github/contributors@8b7586939baa0af4e801dbd22c88adf6e0db8915 # v1.7.5
25+ uses : github/contributors@abf36819e840f6e8056dcd40d33003ce7c4bc8dd # v1.7.6
2626 env :
2727 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828 REPOSITORY : ${{ github.repository }}
Original file line number Diff line number Diff line change 5353 cache : true
5454 -
5555 name : Install gotestsum
56- uses : go-openapi/gh-actions/install/gotestsum@b54cc4ecd2b7e4e255a89c1e8ae71eff84698e1c
56+ uses : go-openapi/gh-actions/install/gotestsum@2c8f8152814933c4cead92a51558699238ee9565
5757 -
5858 name : Run unit tests
5959 shell : bash
@@ -153,7 +153,7 @@ jobs:
153153 path : reports/
154154 -
155155 name : Install go-junit-report
156- uses : go-openapi/gh-actions/install/go-junit-report@b54cc4ecd2b7e4e255a89c1e8ae71eff84698e1c
156+ uses : go-openapi/gh-actions/install/go-junit-report@2c8f8152814933c4cead92a51558699238ee9565
157157 -
158158 name : Convert test reports to a merged JUnit XML
159159 # NOTE: codecov test reports only support JUnit format at this moment. See https://docs.codecov.com/docs/test-analytics.
@@ -184,7 +184,7 @@ jobs:
184184 cache : true
185185 -
186186 name : Install go-ctrf-json-reporter
187- uses : go-openapi/gh-actions/install/go-ctrf-json-reporter@b54cc4ecd2b7e4e255a89c1e8ae71eff84698e1c
187+ uses : go-openapi/gh-actions/install/go-ctrf-json-reporter@2c8f8152814933c4cead92a51558699238ee9565
188188 -
189189 name : Convert test reports to CTRF JSON
190190 # description: |
Original file line number Diff line number Diff line change 4343 exit-code : 0
4444 -
4545 name : Upload trivy findings to code scanning dashboard
46- uses : github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
46+ uses : github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
4747 with :
4848 category : trivy
4949 sarif_file : trivy-code-report.sarif
6363 output-file : govulnscan-report.sarif
6464 -
6565 name : Upload govulnscan findings to code scanning dashboard
66- uses : github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
66+ uses : github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
6767 with :
6868 category : govulnscan
6969 sarif_file : govulnscan-report.sarif
You can’t perform that action at this time.
0 commit comments