Skip to content

Commit 196dd70

Browse files
chore(main): release dependabot-auto-triage 1.0.0 (#975)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitris Sotirakis <[email protected]>
1 parent ea1628c commit 196dd70

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"actions/setup-jrsonnet": "1.0.1",
2020
"actions/find-pr-for-commit": "1.0.0",
2121
"actions/remove-checkout-credentials": "0.1.0",
22+
"actions/dependabot-auto-triage": "1.0.0",
2223
"actions/get-latest-workflow-artifact": "0.1.0"
2324
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-06-04)
4+
5+
6+
### 🎉 Features
7+
8+
* **dependabot-auto-triage:** add dependabot-auto-triage workflow ([#927](https://github.com/grafana/shared-workflows/issues/927)) ([e663186](https://github.com/grafana/shared-workflows/commit/e663186a322e94e0b71c924589aaa9d8e4021a82))
9+
10+
11+
### 📝 Documentation
12+
13+
* 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))
14+
15+
16+
### 🔧 Miscellaneous Chores
17+
18+
* **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))

actions/dependabot-auto-triage/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ jobs:
3131
contents: read
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v1.0.0
3535

3636
# Get GitHub App token with Dependabot alerts permissions
3737
- name: Retrieve GitHub App secrets
3838
id: get-secrets
39-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.1.0
39+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.0.0
4040
with:
4141
common_secrets: |
4242
DEPENDABOT_AUTO_TRIAGE_APP_ID=dependabot-auto-triage:app-id
4343
DEPENDABOT_AUTO_TRIAGE_APP_PRIVATE_KEY=dependabot-auto-triage:private-key
4444
4545
- name: Generate token
4646
id: generate-token
47-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
47+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v1.0.0
4848
with:
4949
app-id: ${{ env.DEPENDABOT_AUTO_TRIAGE_APP_ID }}
5050
private-key: ${{ env.DEPENDABOT_AUTO_TRIAGE_APP_PRIVATE_KEY }}
5151

5252
# Use the token with the auto-triage action
5353
- name: Auto Dismiss Dependabot Alerts
54-
uses: grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage/v0.1.0
54+
uses: grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage/v1.0.0
5555
with:
5656
token: ${{ steps.generate-token.outputs.token }}
5757
paths: |

0 commit comments

Comments
 (0)