Skip to content

Commit 391395e

Browse files
authored
Merge pull request #275 from smallstep/dependabot/github_actions/all-036a180dfb
build(deps): bump the all group with 3 updates
2 parents 51448e6 + 79d688f commit 391395e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

.github/workflows/goTest.yml

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

0 commit comments

Comments
 (0)