Skip to content

Commit 334f814

Browse files
authored
chore(ci): Fixing CI (#1570)
* chore(deps): update actions/checkout action to v6 * Removing claude code in CI
1 parent b925d5f commit 334f814

File tree

7 files changed

+5
-109
lines changed

7 files changed

+5
-109
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Steps represent a sequence of tasks that will be executed as part of the job
1717
steps:
1818
# Checks-out your repository under $GITHUB_WORKSPACE
19-
- uses: actions/checkout@v5.0.1
19+
- uses: actions/checkout@v6.0.1
2020

2121
# Running golangci-lint
2222
- name: Linting

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

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/claude.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v5.0.1
38+
uses: actions/checkout@v6.0.1
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5.0.1
19+
uses: actions/checkout@v6.0.1
2020
with:
2121
fetch-depth: 0
2222
- name: Setup go

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v5.0.1
14+
uses: actions/checkout@v6.0.1
1515
with:
1616
fetch-depth: 0
1717
-

.github/workflows/jsonschema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
container: python:3.11-alpine3.16
1111
steps:
12-
- uses: actions/checkout@v5.0.1
12+
- uses: actions/checkout@v6.0.1
1313
- name: Test
1414
run: |
1515
pip install jsonschema==4.14.0

0 commit comments

Comments
 (0)