Skip to content

Commit bb04589

Browse files
authored
Merge pull request #518 from myoung34/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5.0.1
2 parents 3b1fbf2 + 7a92f07 commit bb04589

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.github/workflows/base.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
steps:
2424
- name: Copy Repo Files
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
- name: Get GitHub organization or user
2727
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
2828
- name: Set up QEMU
@@ -86,7 +86,7 @@ jobs:
8686
fail-fast: false
8787
steps:
8888
- name: Copy Repo Files
89-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
89+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9090
- name: Get GitHub organization or user
9191
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
9292
- name: Set up QEMU
@@ -147,7 +147,7 @@ jobs:
147147
needs: ubuntu_base_tests
148148
steps:
149149
- name: Copy Repo Files
150-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
150+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
151151
- name: Get GitHub organization or user
152152
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
153153
- name: Set up QEMU
@@ -185,7 +185,7 @@ jobs:
185185
fail-fast: false
186186
steps:
187187
- name: Copy Repo Files
188-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
188+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
189189
- name: Get GitHub organization or user
190190
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
191191
- name: Set up QEMU
@@ -225,7 +225,7 @@ jobs:
225225
fail-fast: false
226226
steps:
227227
- name: Copy Repo Files
228-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
228+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
229229
- name: Get GitHub organization or user
230230
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
231231
- name: Set up QEMU

.github/workflows/codeql.yaml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919

2020
- name: Initialize CodeQL
2121
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
steps:
2727
- name: Copy Repo Files
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
28+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2929
- name: Get GitHub organization or user
3030
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
3131
- name: Set up QEMU
@@ -137,7 +137,7 @@ jobs:
137137
fail-fast: false
138138
steps:
139139
- name: Copy Repo Files
140-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
140+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
141141
- name: Get GitHub organization or user
142142
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
143143
- name: Set up QEMU
@@ -236,7 +236,7 @@ jobs:
236236
needs: ubuntu_tests
237237
steps:
238238
- name: Copy Repo Files
239-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
239+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
240240
- name: Get GitHub organization or user
241241
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
242242
- name: Set up QEMU
@@ -284,7 +284,7 @@ jobs:
284284
fail-fast: false
285285
steps:
286286
- name: Copy Repo Files
287-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
287+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
288288
- name: Get GitHub organization or user
289289
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
290290
- name: Set up QEMU
@@ -332,7 +332,7 @@ jobs:
332332
fail-fast: false
333333
steps:
334334
- name: Copy Repo Files
335-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
335+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
336336
- name: Get GitHub organization or user
337337
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
338338
- name: Set up QEMU

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
- name: Create Release
1919
id: create_release
2020
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4
@@ -31,7 +31,7 @@ jobs:
3131
needs: create-release
3232
steps:
3333
- name: Copy Repo Files
34-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
34+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3535
- name: get version
3636
run: echo 'TAG='${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
3737
- name: Get GitHub organization or user
@@ -81,7 +81,7 @@ jobs:
8181
fail-fast: false
8282
steps:
8383
- name: Copy Repo Files
84-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
84+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8585
- name: get version
8686
run: echo 'TAG='${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
8787
- name: Get GitHub organization or user
@@ -130,7 +130,7 @@ jobs:
130130
needs: create-release
131131
steps:
132132
- name: Copy Repo Files
133-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
133+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
134134
- name: get version
135135
run: echo 'TAG='${GITHUB_REF#refs/tags/} >> $GITHUB_ENV
136136
- name: Get GitHub organization or user

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Lint
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1212
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1313
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1414
- name: Run ShellCheck
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
steps:
2525
- name: Copy Repo Files
26-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
- name: Get GitHub organization or user
2828
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
2929
- name: Set up QEMU
@@ -137,7 +137,7 @@ jobs:
137137
fail-fast: false
138138
steps:
139139
- name: Copy Repo Files
140-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
140+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
141141
- name: Get GitHub organization or user
142142
run: echo 'ORG='$(echo $(dirname ${GITHUB_REPOSITORY}) | awk '{print tolower($0)}') >> $GITHUB_ENV
143143
- name: Set up QEMU

0 commit comments

Comments
 (0)