Skip to content

Commit 8072a9f

Browse files
chore(deps): update gh actions
| datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------ | | github-tags | actions/setup-go | v6.0.0 | v6.1.0 | | github-tags | golangci/golangci-lint-action | v9.0.0 | v9.1.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 49d6fea commit 8072a9f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
GITHUB_APP_PRIVATE_KEY=github-app:client-pem
8787
- name: Generate Token
8888
id: generate-token
89-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
89+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
9090
with:
9191
app-id: ${{ env.GITHUB_APP_ID }}
9292
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

.github/workflows/close-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_APP_PRIVATE_KEY=github-app:client-pem
2323
- name: Generate Token
2424
id: generate-token
25-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
25+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
2626
with:
2727
app-id: ${{ env.GITHUB_APP_ID }}
2828
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

.github/workflows/unit-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Setup Go
28-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
28+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2929
with:
3030
go-version: "1.25.4"
3131
cache: false
3232

3333
- name: Run golangci-lint
34-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
34+
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
3535
with:
3636
args: --timeout=5m
3737
install-mode: "goinstall"
@@ -86,7 +86,7 @@ jobs:
8686
persist-credentials: false
8787

8888
- name: Setup Go
89-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
89+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9090
with:
9191
go-version: "1.25.4"
9292
cache: false
@@ -114,7 +114,7 @@ jobs:
114114
persist-credentials: false
115115

116116
- name: Setup Go
117-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
117+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
118118
with:
119119
go-version: "1.25.4"
120120
cache: false
@@ -142,7 +142,7 @@ jobs:
142142
persist-credentials: false
143143

144144
- name: Setup Go
145-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
145+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
146146
with:
147147
go-version: "1.25.4"
148148
cache: false

0 commit comments

Comments
 (0)