Skip to content

Commit 41f01ad

Browse files
chore(deps): update all
1 parent 1e85056 commit 41f01ad

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v3
30+
uses: github/codeql-action/init@v4
3131
with:
3232
languages: go
3333

3434
- name: Install
3535
run: make install
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@v3
38+
uses: github/codeql-action/analyze@v4

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: go
2424

2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

@@ -71,7 +71,7 @@ jobs:
7171
id: go
7272

7373
- name: Check out code into the Go module directory
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575

7676
- name: Load Release URL File from release job
7777
uses: actions/download-artifact@v4
@@ -140,7 +140,7 @@ jobs:
140140
id: go
141141

142142
- name: Check out code into the Go module directory
143-
uses: actions/checkout@v5
143+
uses: actions/checkout@v6
144144

145145
- name: Install
146146
run: make install

0 commit comments

Comments
 (0)