Skip to content

Commit 3a8ecc3

Browse files
authored
Merge pull request #305 from smallstep/dependabot/github_actions/all-15dbed6ff8
build(deps): bump the all group with 3 updates
2 parents 797452d + 12a2bb3 commit 3a8ecc3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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
@@ -96,7 +96,7 @@ jobs:
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 }}"

.github/workflows/goTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)