Skip to content

Commit 2f99d58

Browse files
Update actions/checkout action to v6.0.3
1 parent bd28b3d commit 2f99d58

25 files changed

Lines changed: 54 additions & 54 deletions

.github/workflows/reusable-add-to-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
6060
- name: Check out code base
6161
if: github.event_name != 'pull_request_target'
62-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6363
with:
6464
fetch-depth: 0
6565
persist-credentials: false
6666

6767
- name: Check out code base
6868
if: github.event_name == 'pull_request_target'
69-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
69+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7070
with:
7171
fetch-depth: 0
7272
persist-credentials: false

.github/workflows/reusable-alex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
4141
- name: Check out code base
4242
if: github.event_name == 'push'
43-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4444
with:
4545
fetch-depth: 0
4646
persist-credentials: false
4747

4848
- name: Check out code base
4949
if: github.event_name == 'pull_request'
50-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5151
with:
5252
fetch-depth: 0
5353
persist-credentials: false

.github/workflows/reusable-builder-aur.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
6060
- name: Check out code base
6161
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
62-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6363
with:
6464
fetch-depth: 0
6565
submodules: true
6666
persist-credentials: false
6767

6868
- name: Check out code base
6969
if: github.event_name == 'pull_request'
70-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
70+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7171
with:
7272
fetch-depth: 0
7373
submodules: true

.github/workflows/reusable-builder-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
6464
- name: Check out code base
6565
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
66-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
66+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6767
with:
6868
fetch-depth: 0
6969
persist-credentials: false
7070

7171
- name: Check out code base
7272
if: github.event_name == 'pull_request'
73-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7474
with:
7575
fetch-depth: 0
7676
persist-credentials: false

.github/workflows/reusable-builder-flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454

5555
- name: Check out code base
5656
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
57-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5858
with:
5959
fetch-depth: 0
6060
persist-credentials: false
6161

6262
- name: Check out code base
6363
if: github.event_name == 'pull_request'
64-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
64+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6565
with:
6666
fetch-depth: 0
6767
persist-credentials: false

.github/workflows/reusable-builder-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ jobs:
9595
9696
- name: Check out code base
9797
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
98-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
98+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9999
with:
100100
fetch-depth: 0
101101
persist-credentials: false
102102

103103
- name: Check out code base
104104
if: github.event_name == 'pull_request'
105-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
105+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
106106
with:
107107
fetch-depth: 0
108108
persist-credentials: false

.github/workflows/reusable-builder-rpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252

5353
- name: Check out code base
5454
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
55-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656
with:
5757
fetch-depth: 0
5858
persist-credentials: false
5959

6060
- name: Check out code base
6161
if: github.event_name == 'pull_request'
62-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
62+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6363
with:
6464
fetch-depth: 0
6565
persist-credentials: false

.github/workflows/reusable-builder-snap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
7777
- name: Check out code base
7878
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
79-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
79+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8080
with:
8181
fetch-depth: 0
8282
submodules: true
8383
persist-credentials: false
8484

8585
- name: Check out code base
8686
if: github.event_name == 'pull_request'
87-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
87+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8888
with:
8989
fetch-depth: 0
9090
submodules: true

.github/workflows/reusable-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
4949
- name: Check out code base
5050
if: github.event_name == 'push' || github.event_name == 'schedule'
51-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5252
with:
5353
fetch-depth: 0
5454
persist-credentials: false
5555

5656
- name: Check out code base
5757
if: github.event_name == 'pull_request'
58-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
58+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5959
with:
6060
fetch-depth: 0
6161
persist-credentials: false

.github/workflows/reusable-dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
5252
- name: Check out code base
5353
if: github.event_name == 'push' || github.event_name == 'schedule'
54-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
54+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5555
with:
5656
fetch-depth: 0
5757
persist-credentials: false
5858

5959
- name: Check out code base
6060
if: github.event_name == 'pull_request'
61-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
61+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6262
with:
6363
fetch-depth: 0
6464
persist-credentials: false

0 commit comments

Comments
 (0)