Skip to content

Commit 57487c9

Browse files
chore(main): release dependabot-auto-triage 1.1.1
1 parent 4c35d2a commit 57487c9

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-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.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
"actions/create-github-app-token": "v0.1.0",
2525
"actions/run-capslock": "v0.1.0"

actions/dependabot-auto-triage/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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-08-25)
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+
* **deps:** update dependency @eslint/js to v9.33.0 ([#1208](https://github.com/grafana/shared-workflows/issues/1208)) ([287b059](https://github.com/grafana/shared-workflows/commit/287b0590158f02512ca65a93dfb145b9e3db00f7))
15+
* **deps:** update dependency @eslint/js to v9.34.0 ([#1261](https://github.com/grafana/shared-workflows/issues/1261)) ([a0fa8cc](https://github.com/grafana/shared-workflows/commit/a0fa8cce3dc37b5eb8422cb5a1367d2a9d0161d5))
16+
* **deps:** update dependency @types/bun to v1.2.20 ([576180b](https://github.com/grafana/shared-workflows/commit/576180b08081ae46a7faa99efa67d44b268b4365))
17+
* **deps:** update dependency bun to v1.2.20 ([#1212](https://github.com/grafana/shared-workflows/issues/1212)) ([576180b](https://github.com/grafana/shared-workflows/commit/576180b08081ae46a7faa99efa67d44b268b4365))
18+
* **deps:** update dependency eslint-plugin-prettier to v5.5.4 ([#1197](https://github.com/grafana/shared-workflows/issues/1197)) ([0b6a915](https://github.com/grafana/shared-workflows/commit/0b6a915d0333b17d77057cdeb17420930ebfab4c))
19+
* **deps:** update dependency typescript to v5.9.2 ([#1181](https://github.com/grafana/shared-workflows/issues/1181)) ([a11b270](https://github.com/grafana/shared-workflows/commit/a11b2707a8ab4a93d1e6c2146d72aaa49d719223))
20+
* **deps:** update dependency typescript-eslint to v8.39.0 ([#1191](https://github.com/grafana/shared-workflows/issues/1191)) ([1915c31](https://github.com/grafana/shared-workflows/commit/1915c31bed43ddce6265e8e079f06e7a951b6e04))
21+
* **deps:** update dependency typescript-eslint to v8.39.1 ([#1223](https://github.com/grafana/shared-workflows/issues/1223)) ([b1b4674](https://github.com/grafana/shared-workflows/commit/b1b46749c5dae5c46e5269042a579a601e620786))
22+
* **deps:** update dependency typescript-eslint to v8.39.1 ([#1225](https://github.com/grafana/shared-workflows/issues/1225)) ([b28cd59](https://github.com/grafana/shared-workflows/commit/b28cd59cb2326190f120066e09e7a9a121a5c4e1))
23+
* **deps:** update dependency typescript-eslint to v8.40.0 ([#1248](https://github.com/grafana/shared-workflows/issues/1248)) ([3816556](https://github.com/grafana/shared-workflows/commit/38165566ca2f4e03d348b9dadcc99d725e75b5e0))
24+
* **deps:** update dependency typescript-eslint to v8.40.0 ([#1250](https://github.com/grafana/shared-workflows/issues/1250)) ([aeace8f](https://github.com/grafana/shared-workflows/commit/aeace8f9fad37adc9fad408012c84fac50157c85))
25+
* **deps:** update eslint monorepo to v9.33.0 ([287b059](https://github.com/grafana/shared-workflows/commit/287b0590158f02512ca65a93dfb145b9e3db00f7))
26+
* **deps:** update eslint monorepo to v9.34.0 ([a0fa8cc](https://github.com/grafana/shared-workflows/commit/a0fa8cce3dc37b5eb8422cb5a1367d2a9d0161d5))
27+
328
## [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)
429

530

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.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: |

0 commit comments

Comments
 (0)