Skip to content

Commit 8e78c13

Browse files
Update github-actions dependencies
1 parent ed2e231 commit 8e78c13

11 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/auto-retry-flaky-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Detect flaky test failures
2929
id: detect
30-
uses: anthropics/claude-code-action@a92e7c70a4da9793dc164451d829089dc057a464 # main
30+
uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # main
3131
with:
3232
allowed_bots: 'renovate'
3333
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude-code-review-dependencies-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Run Claude Code Review
2727
id: claude-review
28-
uses: anthropics/claude-code-action@a92e7c70a4da9793dc164451d829089dc057a464 # v1
28+
uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1
2929
with:
3030
allowed_bots: 'renovate'
3131
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Run Claude Code Review
3030
id: claude-review
31-
uses: anthropics/claude-code-action@a92e7c70a4da9793dc164451d829089dc057a464 # v1
31+
uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1
3232
with:
3333
allowed_bots: 'renovate'
3434
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Run Claude Code
4242
id: claude
43-
uses: anthropics/claude-code-action@a92e7c70a4da9793dc164451d829089dc057a464 # v1
43+
uses: anthropics/claude-code-action@f87768c6d25f92ae6efa7175e223ef77d4cbf97f # v1
4444
with:
4545
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4646

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
50+
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
5151
with:
5252
languages: ${{ matrix.language }}
5353
build-mode: ${{ matrix.build-mode }}
5454

5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
56+
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
5757
with:
5858
category: "/language:${{matrix.language}}"

.github/workflows/customer-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1
2727

2828
- name: Login to GitHub Container Registry
29-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
29+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
3030
with:
3131
registry: ghcr.io
3232
username: ${{github.actor}}

.github/workflows/deprecated-connector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
issues: write
4444
steps:
45-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
45+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
4646
with:
4747
script: |
4848
const issue = context.payload.issue;
@@ -82,7 +82,7 @@ jobs:
8282
issues: write
8383
pull-requests: write
8484
steps:
85-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
85+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
8686
with:
8787
script: |
8888
const marker = '<!-- deprecated-connector-notice -->';

.github/workflows/dev-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1
6262

6363
- name: Login to GitHub Container Registry
64-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
64+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
6565
with:
6666
registry: ghcr.io
6767
username: ${{github.actor}}

.github/workflows/flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
xpack.security.enabled: false
110110
xpack.security.enrollment.enabled: false
111111
otelcol:
112-
image: otel/opentelemetry-collector-contrib:0.154.0@sha256:b3079f45e19bdb7326bf49cdddce6cf60dfd865138db39f2733ea48ab17bc4cb
112+
image: otel/opentelemetry-collector-contrib:0.155.0@sha256:4935caa35e9a4cb387e35732e8fb22b2b5759af8d12e7043357f03837f6e8df5
113113
ports:
114114
- 4317:4317
115115
toxiproxy:

.github/workflows/mysql-debug-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1
6161

6262
- name: Login to GitHub Container Registry
63-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
63+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
6464
with:
6565
registry: ghcr.io
6666
username: ${{ github.actor }}

0 commit comments

Comments
 (0)