File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
actions/dependabot-auto-triage Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1919 "actions/setup-jrsonnet" : " 1.0.1" ,
2020 "actions/find-pr-for-commit" : " 1.0.1" ,
2121 "actions/remove-checkout-credentials" : " 0.1.0" ,
22- "actions/dependabot-auto-triage" : " 1.1.0 " ,
22+ "actions/dependabot-auto-triage" : " 1.1.1 " ,
2323 "actions/get-latest-workflow-artifact" : " 0.1.0"
2424}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.1] ( https://github.com/grafana/shared-workflows/compare/dependabot-auto-triage/v1.1.0...dependabot-auto-triage/v1.1.1 ) (2025-07-30)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** pin dependency @octokit/graphql to 9.0.1 ([ #1172 ] ( https://github.com/grafana/shared-workflows/issues/1172 ) ) ([ 0d819e2] ( https://github.com/grafana/shared-workflows/commit/0d819e26c7e548303652f686c9385a877ce3043d ) )
9+
10+
11+ ### 🔧 Miscellaneous Chores
12+
13+ * ** deps:** update dependency @eslint/js to v9.32.0 ([ #1175 ] ( https://github.com/grafana/shared-workflows/issues/1175 ) ) ([ 8c3f72c] ( https://github.com/grafana/shared-workflows/commit/8c3f72cb3fca78322dea8a578efeafd3e58b41be ) )
14+
315## [ 1.1.0] ( https://github.com/grafana/shared-workflows/compare/dependabot-auto-triage/v1.0.0...dependabot-auto-triage/v1.1.0 ) (2025-07-24)
416
517
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.0
34+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v1.1.1
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.1.1
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.0
47+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v1.1.1
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.0
54+ uses : grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage/v1.1.1
5555 with :
5656 token : ${{ steps.generate-token.outputs.token }}
5757 paths : |
You can’t perform that action at this time.
0 commit comments