File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6969 ~/go/pkg/mod || true
7070 -
7171 name : Action Cache
72- uses : actions/cache@v4
72+ uses : actions/cache@v5
7373 with :
7474 path : |
7575 ~/.cache/go-build
9797 -
9898 # Initializes the CodeQL tools for scanning.
9999 name : Initialize CodeQL
100- uses : github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
100+ uses : github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
101101 with :
102102 languages : ${{ matrix.language }}
103103 queries : security-and-quality # use Canonical suite
@@ -113,7 +113,7 @@ jobs:
113113 ${{ inputs.codeql-build-cmd }}
114114 -
115115 name : Perform CodeQL Analysis
116- uses : github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
116+ uses : github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
117117 with :
118118 output : codeql-results
119119 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 ~/go/pkg/mod || true
105105 -
106106 name : Action Cache
107- uses : actions/cache@v4
107+ uses : actions/cache@v5
108108 with :
109109 path : |
110110 ~/.cache/go-build
@@ -145,7 +145,7 @@ jobs:
145145 test-results : gotestsum.json
146146 -
147147 name : Codecov
148- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
148+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
149149 if : inputs.run-codecov && matrix.go == 'stable'
150150 with :
151151 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments