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 19
19
"actions/setup-jrsonnet" : " 1.0.1" ,
20
20
"actions/find-pr-for-commit" : " 1.0.1" ,
21
21
"actions/remove-checkout-credentials" : " 0.1.0" ,
22
- "actions/dependabot-auto-triage" : " 1.1.0 " ,
22
+ "actions/dependabot-auto-triage" : " 1.1.1 " ,
23
23
"actions/get-latest-workflow-artifact" : " 0.1.0"
24
24
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ 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)
4
16
5
17
Original file line number Diff line number Diff line change @@ -31,27 +31,27 @@ jobs:
31
31
contents : read
32
32
steps :
33
33
- name : Checkout repository
34
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v1.1.0
34
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v1.1.1
35
35
36
36
# Get GitHub App token with Dependabot alerts permissions
37
37
- name : Retrieve GitHub App secrets
38
38
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
40
40
with :
41
41
common_secrets : |
42
42
DEPENDABOT_AUTO_TRIAGE_APP_ID=dependabot-auto-triage:app-id
43
43
DEPENDABOT_AUTO_TRIAGE_APP_PRIVATE_KEY=dependabot-auto-triage:private-key
44
44
45
45
- name : Generate token
46
46
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
48
48
with :
49
49
app-id : ${{ env.DEPENDABOT_AUTO_TRIAGE_APP_ID }}
50
50
private-key : ${{ env.DEPENDABOT_AUTO_TRIAGE_APP_PRIVATE_KEY }}
51
51
52
52
# Use the token with the auto-triage action
53
53
- 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
55
55
with :
56
56
token : ${{ steps.generate-token.outputs.token }}
57
57
paths : |
You can’t perform that action at this time.
0 commit comments