Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"actions/docker-build-push-image": "0.3.4",
"actions/docker-export-digest": "0.1.4",
"actions/docker-import-digests-push-manifest": "0.2.2",
"actions/component-change-detection": "1.0.2",
"actions/component-change-detection": "1.1.0",
"actions/socket-export-sbom": "1.0.0",
"actions/issues-update-project-status": "0.2.1",
"actions/go-flaky-tests": "0.1.1",
Expand Down
19 changes: 19 additions & 0 deletions actions/component-change-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.1.0](https://github.com/grafana/shared-workflows/compare/component-change-detection/v1.0.2...component-change-detection/v1.1.0) (2026-08-27)


### 馃帀 Features

* replace dawidd6/action-download-artifact with first-party GitHub actions ([#1955](https://github.com/grafana/shared-workflows/issues/1955)) ([e378ca0](https://github.com/grafana/shared-workflows/commit/e378ca000c6166a44060ed3a3c987a53da14128d))


### 馃悰 Bug Fixes

* **deps:** update module github.com/bmatcuk/doublestar/v4 to v4.10.0 ([#2203](https://github.com/grafana/shared-workflows/issues/2203)) ([fc7eca3](https://github.com/grafana/shared-workflows/commit/fc7eca3fa322beded321ca1cf7ad565a55363f1b))


### 馃敡 Miscellaneous Chores

* **deps:** update actions/setup-go action to v6.5.0 ([#2145](https://github.com/grafana/shared-workflows/issues/2145)) ([67f1fea](https://github.com/grafana/shared-workflows/commit/67f1fea99eb1c85cc97bb621d3b3130381f623a9))
* **deps:** update actions/setup-go action to v7 ([#2233](https://github.com/grafana/shared-workflows/issues/2233)) ([80e1047](https://github.com/grafana/shared-workflows/commit/80e1047e842e97d3cf0dc01269955fbede9b8932))
* **deps:** update module github.com/go-logfmt/logfmt to v0.6.1 ([#2185](https://github.com/grafana/shared-workflows/issues/2185)) ([0e76b00](https://github.com/grafana/shared-workflows/commit/0e76b0012f40d2ce5798f06eb14824b95276a183))

## [1.0.2](https://github.com/grafana/shared-workflows/compare/component-change-detection/v1.0.1...component-change-detection/v1.0.2) (2026-06-10)


Expand Down
4 changes: 2 additions & 2 deletions actions/component-change-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
contents: read
steps:
- name: Checkout with history
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.0.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v1.1.0
with:
fetch-depth: 100

- name: Detect changed components
id: detect
uses: grafana/shared-workflows/actions/component-change-detection@component-change-detection/v1.0.2
uses: grafana/shared-workflows/actions/component-change-detection@component-change-detection/v1.1.0
with:
config-file: ".component-deps.yaml"
previous-tags-source: "deploy-prod.yml"
Expand Down