Skip to content

Commit 3d4f529

Browse files
chore(main): release validate-policy-bot-config 1.1.1 (#810)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f37f65 commit 3d4f529

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"actions/generate-openapi-clients": "1.0.1",
1515
"actions/push-to-gcs": "0.2.0",
1616
"actions/techdocs-rewrite-relative-links": "1.0.1",
17-
"actions/validate-policy-bot-config": "1.1.0",
17+
"actions/validate-policy-bot-config": "1.1.1",
1818
"actions/trigger-argo-workflow": "1.1.0",
1919
"actions/setup-jrsonnet": "1.0.0",
2020
"actions/find-pr-for-commit": "1.0.0",

actions/validate-policy-bot-config/CHANGELOG.md

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

3+
## [1.1.1](https://github.com/grafana/shared-workflows/compare/validate-policy-bot-config-v1.1.0...validate-policy-bot-config/v1.1.1) (2025-06-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ensure every action disables git credential persistence ([#821](https://github.com/grafana/shared-workflows/issues/821)) ([31ebf3f](https://github.com/grafana/shared-workflows/commit/31ebf3f8e5d0f8709e6ec4ef73b39dd2bd08f959))
9+
* **everything:** fix all things for zizmor ([af9b0c5](https://github.com/grafana/shared-workflows/commit/af9b0c52635d39023136fb9312a354f91d9b2bfd))
10+
11+
12+
### 📝 Documentation
13+
14+
* **multiple-actions:** move permissions to job level in workflow examples ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
15+
* **multiple-actions:** move permissions to job level in workflows ([#969](https://github.com/grafana/shared-workflows/issues/969)) ([49c90b1](https://github.com/grafana/shared-workflows/commit/49c90b10fcbce463983bed45932cf468b8bd06ce))
16+
* update all readmes to replace hyphen with slash ([#1008](https://github.com/grafana/shared-workflows/issues/1008)) ([472df76](https://github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3))
17+
18+
19+
### 🔧 Miscellaneous Chores
20+
21+
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))
22+
323
## [1.1.0](https://github.com/grafana/shared-workflows/compare/validate-policy-bot-config-v1.0.0...validate-policy-bot-config-v1.1.0) (2025-01-29)
424

525

actions/validate-policy-bot-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
persist-credentials: false
3333
- name: Validate Policy Bot configuration
34-
uses: grafana/shared-workflows/actions/validate-policy-bot-config@validate-policy-bot-config/v1.1.0
34+
uses: grafana/shared-workflows/actions/validate-policy-bot-config@validate-policy-bot-config/v1.1.1
3535
```
3636
3737
<!-- x-release-please-end-version -->

0 commit comments

Comments
 (0)