Skip to content

Commit d59dbff

Browse files
chore(deps): update github-actions (#723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c80b8fb commit d59dbff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
if: github.event_name != 'pull_request'
127127
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
128128
with:
129-
cosign-release: 'v3.1.2'
129+
cosign-release: 'v3.1.3'
130130

131131
# Set up BuildKit Docker container builder to be able to build
132132
# multi-platform images and export cache

.github/workflows/sonarqube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node.js
3434
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
3535
with:
36-
node-version: 24.18.1
36+
node-version: 24.19.0
3737
cache: 'pnpm'
3838

3939
- name: Cache SonarQube packages

.github/workflows/stress-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node.js
3333
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
3434
with:
35-
node-version: 24
35+
node-version: 24.19.0
3636
cache: 'pnpm'
3737
cache-dependency-path: 'pnpm-lock.yaml'
3838

0 commit comments

Comments
 (0)