Skip to content

Commit 9db931d

Browse files
chore(deps): update actions/checkout digest to 34e1148
1 parent 069b59d commit 9db931d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/analyse.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
with:
1616
fetch-depth: 0
1717

@@ -50,7 +50,7 @@ jobs:
5050
needs: install
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
53+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5454
with:
5555
fetch-depth: 0
5656

@@ -79,7 +79,7 @@ jobs:
7979
needs: install
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
82+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
8383
with:
8484
fetch-depth: 0
8585

@@ -108,7 +108,7 @@ jobs:
108108
needs: install
109109
steps:
110110
- name: Checkout
111-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
111+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
112112
with:
113113
fetch-depth: 0
114114

@@ -137,7 +137,7 @@ jobs:
137137
needs: install
138138
steps:
139139
- name: Checkout
140-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
140+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
141141
with:
142142
fetch-depth: 0
143143

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)