Skip to content

Commit fc36e0a

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#53)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2547c3f commit fc36e0a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/code-health.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
1717
with:
1818
config: ${{ vars.PERMISSIONS_CONFIG }}
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Install Go
2121
uses: actions/setup-go@v6
2222
with:
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
config: ${{ vars.PERMISSIONS_CONFIG }}
4545
- name: Checkout repository
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
- name: Install Go
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
config: ${{ vars.PERMISSIONS_CONFIG }}
8787
- name: Checkout repository
88-
uses: actions/checkout@v5
88+
uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 0
9191
- name: Install Go
@@ -114,7 +114,7 @@ jobs:
114114
if: always()
115115
steps:
116116
- name: Checkout repository
117-
uses: actions/checkout@v5
117+
uses: actions/checkout@v6
118118
- name: Install Go
119119
uses: actions/setup-go@v6
120120
with:
@@ -147,7 +147,7 @@ jobs:
147147
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
148148
with:
149149
config: ${{ vars.PERMISSIONS_CONFIG }}
150-
- uses: actions/checkout@v5
150+
- uses: actions/checkout@v6
151151
- name: Run ShellCheck
152152
uses: bewuethr/shellcheck-action@80bac2daa9fcf95d648200a793d00060857e6dc4
153153
actionlint:
@@ -156,7 +156,7 @@ jobs:
156156
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
157157
with:
158158
config: ${{ vars.PERMISSIONS_CONFIG }}
159-
- uses: actions/checkout@v5
159+
- uses: actions/checkout@v6
160160
- name: Download actionlint
161161
id: get_actionlint
162162
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
config: ${{ vars.PERMISSIONS_CONFIG }}
175175
- name: Checkout repository
176-
uses: actions/checkout@v5
176+
uses: actions/checkout@v6
177177
- name: Install Go
178178
uses: actions/setup-go@v6
179179
with:
@@ -202,7 +202,7 @@ jobs:
202202
with:
203203
config: ${{ vars.PERMISSIONS_CONFIG }}
204204
- name: Checkout repository
205-
uses: actions/checkout@v5
205+
uses: actions/checkout@v6
206206
- name: Install Go
207207
uses: actions/setup-go@v6
208208
with:

.github/workflows/snyk_monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
security:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212

1313
- name: Run Snyk Monitor
1414
uses: snyk/actions/golang@master

0 commit comments

Comments
 (0)