Skip to content

Commit cf76bdb

Browse files
committed
ci(actions): bump actions/checkout from v6 to v7
- Upgrade actions/checkout from v6 to v7 across all workflows
1 parent aa348ac commit cf76bdb

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: ${{ matrix.go }}
2222

2323
- name: Checkout Code
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525
with:
2626
ref: ${{ github.ref }}
2727

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
go-version: ${{ matrix.go }}
4545

4646
- name: Checkout Code
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
ref: ${{ github.ref }}
5050

@@ -58,7 +58,7 @@ jobs:
5858
vulnerability-scanning:
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v7
6262
with:
6363
fetch-depth: 0
6464

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
fetch-depth: 0
2828

0 commit comments

Comments
 (0)