Skip to content

Commit f9588ed

Browse files
chore(deps): update kylemayes/install-llvm-action action to v1.8.2 (#1815)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9d57e9 commit f9588ed

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
go-version-file: .go-version
6363

6464
- name: Set up Clang
65-
uses: KyleMayes/install-llvm-action@f8f2154d96f018dcb600739c4978bfc35f435422 # v1.8.1
65+
uses: KyleMayes/install-llvm-action@b9261167e38b067d7df2d9a13dc78e0532776139 # v1.8.2
6666
with:
6767
version: "14"
6868

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version-file: .go-version
5151

5252
- name: Set up Clang
53-
uses: KyleMayes/install-llvm-action@f8f2154d96f018dcb600739c4978bfc35f435422 # v1.8.1
53+
uses: KyleMayes/install-llvm-action@b9261167e38b067d7df2d9a13dc78e0532776139 # v1.8.2
5454
with:
5555
version: "14"
5656

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
go-version-file: .go-version
7070

7171
- name: Set up Clang
72-
uses: KyleMayes/install-llvm-action@f8f2154d96f018dcb600739c4978bfc35f435422 # v1.8.1
72+
uses: KyleMayes/install-llvm-action@b9261167e38b067d7df2d9a13dc78e0532776139 # v1.8.2
7373
with:
7474
version: "14"
7575

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version-file: .go-version
5151

5252
- name: Set up Clang
53-
uses: KyleMayes/install-llvm-action@f8f2154d96f018dcb600739c4978bfc35f435422 # v1.8.1
53+
uses: KyleMayes/install-llvm-action@b9261167e38b067d7df2d9a13dc78e0532776139 # v1.8.2
5454
with:
5555
version: "14"
5656

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
go-version-file: .go-version
5151

5252
- name: Set up Clang
53-
uses: KyleMayes/install-llvm-action@f8f2154d96f018dcb600739c4978bfc35f435422 # v1.8.1
53+
uses: KyleMayes/install-llvm-action@b9261167e38b067d7df2d9a13dc78e0532776139 # v1.8.2
5454
with:
5555
version: "14"
5656

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version-file: .go-version
2727

2828
- name: Set up Clang
29-
uses: KyleMayes/install-llvm-action@f8f2154d96f018dcb600739c4978bfc35f435422 # v1.8.1
29+
uses: KyleMayes/install-llvm-action@b9261167e38b067d7df2d9a13dc78e0532776139 # v1.8.2
3030
with:
3131
version: "14"
3232

.github/workflows/snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
5858

5959
- name: Set up Clang
60-
uses: KyleMayes/install-llvm-action@f8f2154d96f018dcb600739c4978bfc35f435422 # v1.8.1
60+
uses: KyleMayes/install-llvm-action@b9261167e38b067d7df2d9a13dc78e0532776139 # v1.8.2
6161
with:
6262
version: "14"
6363

0 commit comments

Comments
 (0)