File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
actions/dependabot-auto-triage Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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-12-03)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency @octokit/request-error to v7.1.0 ([ #1539 ] ( https://github.com/grafana/shared-workflows/issues/1539 ) ) ([ 9d49abe] ( https://github.com/grafana/shared-workflows/commit/9d49abed0c85b524b7c019797bdabb4b6caf28c4 ) )
9+
10+
11+ ### 🔧 Miscellaneous Chores
12+
13+ * ** deps:** update dependency @types/bun to v1.3.3 ([ #1571 ] ( https://github.com/grafana/shared-workflows/issues/1571 ) ) ([ f7987ba] ( https://github.com/grafana/shared-workflows/commit/f7987ba378e8968ad5796f1dd473e2e5b14de2b0 ) )
14+ * ** 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 ) )
15+ * ** deps:** update dependency eslint-plugin-jest to v29.2.0 ([ #1566 ] ( https://github.com/grafana/shared-workflows/issues/1566 ) ) ([ 485d19c] ( https://github.com/grafana/shared-workflows/commit/485d19c356ff9633a37332933be79cbb26744575 ) )
16+ * ** deps:** update dependency eslint-plugin-jest to v29.2.1 ([ #1574 ] ( https://github.com/grafana/shared-workflows/issues/1574 ) ) ([ b055806] ( https://github.com/grafana/shared-workflows/commit/b055806fd663fd698094c1477d00fb45942597f6 ) )
17+ * ** deps:** update dependency typescript-eslint to v8.46.4 ([ #1529 ] ( https://github.com/grafana/shared-workflows/issues/1529 ) ) ([ 6829790] ( https://github.com/grafana/shared-workflows/commit/682979042d7b756583863955d8f6286f8b37f126 ) )
18+ * ** deps:** update dependency typescript-eslint to v8.47.0 ([ #1554 ] ( https://github.com/grafana/shared-workflows/issues/1554 ) ) ([ 8c7b10b] ( https://github.com/grafana/shared-workflows/commit/8c7b10b1b2fb4ad04a00b9f8d5133e7933cda52c ) )
19+ * ** deps:** update dependency typescript-eslint to v8.48.0 ([ #1578 ] ( https://github.com/grafana/shared-workflows/issues/1578 ) ) ([ fb10504] ( https://github.com/grafana/shared-workflows/commit/fb10504c7d07de7e9dba6b2ea6e5f0e50e7f59c4 ) )
20+
321## [ 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)
422
523
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments