diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d1056812..ab1d0f087 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,7 +19,7 @@ "actions/setup-jrsonnet": "1.0.1", "actions/find-pr-for-commit": "1.0.1", "actions/remove-checkout-credentials": "0.1.0", - "actions/dependabot-auto-triage": "1.1.0", + "actions/dependabot-auto-triage": "1.1.1", "actions/get-latest-workflow-artifact": "0.2.0", "actions/create-github-app-token": "v0.1.0", "actions/run-capslock": "v0.1.0" diff --git a/actions/dependabot-auto-triage/CHANGELOG.md b/actions/dependabot-auto-triage/CHANGELOG.md index 2e24d5db9..e94fe98af 100644 --- a/actions/dependabot-auto-triage/CHANGELOG.md +++ b/actions/dependabot-auto-triage/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.1.1](https://github.com/grafana/shared-workflows/compare/dependabot-auto-triage/v1.1.0...dependabot-auto-triage/v1.1.1) (2025-09-01) + + +### 🐛 Bug Fixes + +* **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)) + + +### 🔧 Miscellaneous Chores + +* **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)) +* **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)) +* **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)) +* **deps:** update dependency @types/bun to v1.2.20 ([576180b](https://github.com/grafana/shared-workflows/commit/576180b08081ae46a7faa99efa67d44b268b4365)) +* **deps:** update dependency @types/bun to v1.2.21 ([#1275](https://github.com/grafana/shared-workflows/issues/1275)) ([b295fd7](https://github.com/grafana/shared-workflows/commit/b295fd72b4aa4b96c7d8695ab5cf73e14aa714e8)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) +* **deps:** update dependency typescript-eslint to v8.41.0 ([#1274](https://github.com/grafana/shared-workflows/issues/1274)) ([bee55b8](https://github.com/grafana/shared-workflows/commit/bee55b8430bed36df5ba2c85ab8f573bc38e4a86)) +* **deps:** update eslint monorepo to v9.33.0 ([287b059](https://github.com/grafana/shared-workflows/commit/287b0590158f02512ca65a93dfb145b9e3db00f7)) +* **deps:** update eslint monorepo to v9.34.0 ([a0fa8cc](https://github.com/grafana/shared-workflows/commit/a0fa8cce3dc37b5eb8422cb5a1367d2a9d0161d5)) +* **deps:** update eslint monorepo to v9.34.0 ([#1262](https://github.com/grafana/shared-workflows/issues/1262)) ([4c35d2a](https://github.com/grafana/shared-workflows/commit/4c35d2a4fba8acc061b20bb7f6be9ed86eb20510)) + ## [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) diff --git a/actions/dependabot-auto-triage/README.md b/actions/dependabot-auto-triage/README.md index 18774bbc3..99bb4843f 100644 --- a/actions/dependabot-auto-triage/README.md +++ b/actions/dependabot-auto-triage/README.md @@ -31,12 +31,12 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v1.1.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v1.1.1 # Get GitHub App token with Dependabot alerts permissions - name: Retrieve GitHub App secrets id: get-secrets - uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.1.0 + uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.1.1 with: common_secrets: | DEPENDABOT_AUTO_TRIAGE_APP_ID=dependabot-auto-triage:app-id @@ -44,14 +44,14 @@ jobs: - name: Generate token id: generate-token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v1.1.0 + uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v1.1.1 with: app-id: ${{ env.DEPENDABOT_AUTO_TRIAGE_APP_ID }} private-key: ${{ env.DEPENDABOT_AUTO_TRIAGE_APP_PRIVATE_KEY }} # Use the token with the auto-triage action - name: Auto Dismiss Dependabot Alerts - uses: grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage/v1.1.0 + uses: grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage/v1.1.1 with: token: ${{ steps.generate-token.outputs.token }} paths: |