File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 ~/go/pkg/mod || true
6969 -
7070 name : Action Cache
71- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
71+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7272 with :
7373 path : |
7474 ~/.cache/go-build
9696 -
9797 # Initializes the CodeQL tools for scanning.
9898 name : Initialize CodeQL
99- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
99+ uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
100100 with :
101101 languages : ${{ matrix.language }}
102102 queries : security-and-quality # use Canonical suite
@@ -114,7 +114,7 @@ jobs:
114114 eval "${CODEQL_BUILD_CMD}"
115115 -
116116 name : Perform CodeQL Analysis
117- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
117+ uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
118118 with :
119119 output : codeql-results
120120 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 ~/go/pkg/mod || true
108108 -
109109 name : Action Cache
110- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
110+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
111111 with :
112112 path : |
113113 ~/.cache/go-build
@@ -151,7 +151,7 @@ jobs:
151151 test-results : gotestsum.json
152152 -
153153 name : Codecov
154- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
154+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
155155 if : inputs.run-codecov && matrix.go == 'stable'
156156 with :
157157 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments