diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca563d1e4..ea469d470 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "actions/aws-auth": "1.0.2", "actions/build-push-to-dockerhub": "0.2.0", "actions/login-to-gar": "1.0.0", - "actions/login-to-gcs": "0.2.1", + "actions/login-to-gcs": "0.2.2", "actions/argo-lint": "1.0.2", "actions/setup-conftest": "1.0.2", "actions/setup-argo": "1.0.2", diff --git a/actions/login-to-gcs/CHANGELOG.md b/actions/login-to-gcs/CHANGELOG.md index f43d759be..110ca0112 100644 --- a/actions/login-to-gcs/CHANGELOG.md +++ b/actions/login-to-gcs/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.2](https://github.com/grafana/shared-workflows/compare/login-to-gcs/v0.2.1...login-to-gcs/v0.2.2) (2025-08-14) + + +### 🐛 Bug Fixes + +* 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)) + + +### 🔧 Miscellaneous Chores + +* **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)) +* **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)) + ## [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) diff --git a/actions/login-to-gcs/README.md b/actions/login-to-gcs/README.md index 32bdfb32b..a9a6251c0 100644 --- a/actions/login-to-gcs/README.md +++ b/actions/login-to-gcs/README.md @@ -22,7 +22,7 @@ jobs: contents: read id-token: write steps: - - uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.2.1 + - uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.2.2 id: login-to-gcs ```