Skip to content

Commit c4da86a

Browse files
chore(main): release login-to-gcs 0.2.2
1 parent d21f5e2 commit c4da86a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"actions/aws-auth": "1.0.2",
88
"actions/build-push-to-dockerhub": "0.2.0",
99
"actions/login-to-gar": "1.0.0",
10-
"actions/login-to-gcs": "0.2.1",
10+
"actions/login-to-gcs": "0.2.2",
1111
"actions/argo-lint": "1.0.2",
1212
"actions/setup-conftest": "1.0.2",
1313
"actions/setup-argo": "1.0.2",

actions/login-to-gcs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/grafana/shared-workflows/compare/login-to-gcs/v0.2.1...login-to-gcs/v0.2.2) (2025-08-07)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* remediate latest zizmor findings, fix supplying zizmor config ([#1101](https://github.com/grafana/shared-workflows/issues/1101)) ([712c599](https://github.com/grafana/shared-workflows/commit/712c59975bc0de22124b866153826f04023f18fd))
9+
10+
11+
### 🔧 Miscellaneous Chores
12+
13+
* **deps:** update google-github-actions/auth action to v2.1.11 ([#1150](https://github.com/grafana/shared-workflows/issues/1150)) ([895722b](https://github.com/grafana/shared-workflows/commit/895722b12337ee97909efa8a78886ee69297ed50))
14+
* **deps:** update google-github-actions/auth action to v2.1.12 ([#1184](https://github.com/grafana/shared-workflows/issues/1184)) ([ee464c5](https://github.com/grafana/shared-workflows/commit/ee464c522eba7d1a22b82d27739f4bf789102900))
15+
316
## [0.2.1](https://github.com/grafana/shared-workflows/compare/login-to-gcs-v0.2.0...login-to-gcs/v0.2.1) (2025-06-04)
417

518

actions/login-to-gcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
id-token: write
2424
steps:
25-
- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.2.1
25+
- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.2.2
2626
id: login-to-gcs
2727
```
2828

0 commit comments

Comments
 (0)