Skip to content

Commit 9dc83aa

Browse files
chore(main): release dependabot-auto-triage 1.1.2
1 parent 31543ed commit 9dc83aa

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"actions/setup-jrsonnet": "1.0.2",
2020
"actions/find-pr-for-commit": "1.0.1",
2121
"actions/remove-checkout-credentials": "0.1.0",
22-
"actions/dependabot-auto-triage": "1.1.1",
22+
"actions/dependabot-auto-triage": "1.1.2",
2323
"actions/get-latest-workflow-artifact": "0.2.0",
2424
"actions/create-github-app-token": "0.2.2",
2525
"actions/run-capslock": "0.2.0",

actions/dependabot-auto-triage/CHANGELOG.md

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

3+
## [1.1.2](https://github.com/grafana/shared-workflows/compare/dependabot-auto-triage/v1.1.1...dependabot-auto-triage/v1.1.2) (2025-11-14)
4+
5+
6+
### 🔧 Miscellaneous Chores
7+
8+
* **deps:** update dependency eslint-plugin-jest to v29.1.0 ([#1530](https://github.com/grafana/shared-workflows/issues/1530)) ([cacf689](https://github.com/grafana/shared-workflows/commit/cacf68955667cbdc1da18b1b96e25a524b6512ad))
9+
310
## [1.1.1](https://github.com/grafana/shared-workflows/compare/dependabot-auto-triage/v1.1.0...dependabot-auto-triage/v1.1.1) (2025-11-11)
411

512

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 # v1.1.1
34+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v1.1.2
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.1
39+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.1.2
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 # v1.1.1
47+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v1.1.2
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/v1.1.1
54+
uses: grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage/v1.1.2
5555
with:
5656
token: ${{ steps.generate-token.outputs.token }}
5757
paths: |

0 commit comments

Comments
 (0)