Skip to content

Commit 55e6593

Browse files
committed
chore(deps): update actions/checkout digest to f43a0e5
1 parent e894bd7 commit 55e6593

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
1515
with:
1616
go-version: ${{ matrix.go-version }}
17-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
17+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818
- run: go build ./...
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
2323
with:
2424
check-latest: true
25-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
25+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2626
- run: go test ./...
2727
node_test:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
30+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3131
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
3232
with:
3333
node-version: 10
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.GITHUB_TOKEN }}
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
51+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
5252
- run: make install
5353
- run: make clean
5454
- run: make generate
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
66+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
6767
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
6868
with:
6969
path: /home/vscode/.cache/_grpc_gateway_bazel
@@ -93,7 +93,7 @@ jobs:
9393
gorelease:
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
96+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
9797
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
9898
with:
9999
go-version: 1.19
@@ -102,7 +102,7 @@ jobs:
102102
proto_lint:
103103
runs-on: ubuntu-latest
104104
steps:
105-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
105+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
106106
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
107107
with:
108108
check-latest: true
@@ -116,7 +116,7 @@ jobs:
116116
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
117117
runs-on: ubuntu-latest
118118
steps:
119-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
119+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
120120
- uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
121121
with:
122122
version: v1.52.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: write
1919
steps:
20-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
20+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2121
with:
2222
fetch-depth: 0
2323
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
password: ${{ secrets.GITHUB_TOKEN }}
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
18+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
with:
2020
fetch-depth: 0
2121
token: ${{ secrets.GH_PUSH_TOKEN }}
@@ -57,7 +57,7 @@ jobs:
5757
# git conflicts
5858
- update_repositoriesbzl
5959
steps:
60-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
60+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
6161
with:
6262
fetch-depth: 0
6363
token: ${{ secrets.GH_PUSH_TOKEN }}

0 commit comments

Comments
 (0)