Skip to content

Commit c4af125

Browse files
chore(deps): update github-actions deps
1 parent 6ccdc89 commit c4af125

15 files changed

+27
-27
lines changed

.github/workflows/api-compatibility.yml

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

3939
- name: Cache Go
4040
id: go-cache
41-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242
with:
4343
path: |
4444
~/go/bin

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Cache Go
3737
id: go-cache
3838
timeout-minutes: 5
39-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4040
with:
4141
path: |
4242
~/go/bin

.github/workflows/build-and-test-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version: oldstable
3131
cache: false
3232
- name: Cache Go
33-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434
env:
3535
cache-name: cache-go-modules
3636
with:
@@ -59,7 +59,7 @@ jobs:
5959
go-version: oldstable
6060
cache: false
6161
- name: Cache Go
62-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
62+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6363
env:
6464
cache-name: cache-go-modules
6565
with:

.github/workflows/build-and-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: false
2828
- name: Cache Go
2929
id: go-cache
30-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
30+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3131
with:
3232
path: |
3333
~/go/bin
@@ -50,7 +50,7 @@ jobs:
5050
cache: false
5151
- name: Cache Go
5252
id: go-cache
53-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
53+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5454
with:
5555
path: |
5656
~/go/bin
@@ -75,7 +75,7 @@ jobs:
7575
cache: false
7676
- name: Cache Go
7777
id: go-cache
78-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
78+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7979
with:
8080
path: |
8181
~/go/bin
@@ -100,7 +100,7 @@ jobs:
100100
cache: false
101101
- name: Cache Go
102102
id: go-cache
103-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
103+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
104104
with:
105105
path: |
106106
~/go/bin
@@ -162,14 +162,14 @@ jobs:
162162
cache: false
163163
- name: Cache Go
164164
id: go-cache
165-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
165+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
166166
with:
167167
path: |
168168
~/go/bin
169169
~/go/pkg/mod
170170
key: go-cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/go.sum') }}
171171
- name: Cache Build
172-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
172+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
173173
with:
174174
path: ~/.cache/go-build
175175
key: unittest-${{ runner.os }}-${{ matrix.runner }}-go-build-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
@@ -211,14 +211,14 @@ jobs:
211211
cache: false
212212
- name: Cache Go
213213
id: go-cache
214-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
214+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
215215
with:
216216
path: |
217217
~/go/bin
218218
~/go/pkg/mod
219219
key: go-cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/go.sum') }}
220220
- name: Cache Build
221-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
221+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
222222
with:
223223
path: ~/.cache/go-build
224224
key: coverage-${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
@@ -279,7 +279,7 @@ jobs:
279279
cache: false
280280
- name: Cache Go
281281
id: go-cache
282-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
282+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
283283
with:
284284
path: |
285285
~/go/bin

.github/workflows/builder-integration-test.yaml

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

4141
- name: Cache Go
4242
id: go-cache
43-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
43+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4444
with:
4545
path: |
4646
~/go/bin

.github/workflows/builder-snapshot.yaml

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

5353
- name: Cache Go
5454
id: go-cache
55-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5656
with:
5757
path: |
5858
~/go/bin

.github/workflows/changelog.yml

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

3939
- name: Cache Go
4040
id: go-cache
41-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4242
with:
4343
path: |
4444
~/go/bin

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Cache Go
3232
id: go-cache
33-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434
with:
3535
path: |
3636
~/go/bin
@@ -39,12 +39,12 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
42+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4343
with:
4444
languages: go
4545

4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
47+
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
50+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5

.github/workflows/contrib-tests.yml

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

7272
- name: Cache Go
7373
id: go-cache
74-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
74+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7575
with:
7676
path: |
7777
~/go/bin

.github/workflows/lint-workflow-files.yml

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

3030
- name: Cache Go
3131
id: go-cache
32-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3333
with:
3434
path: |
3535
~/go/bin

0 commit comments

Comments
 (0)