Skip to content
Open
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
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.0.3"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.3](https://github.com/opzkit/godeadcode-action/compare/v1.0.2...v1.0.3) (2026-04-20)


### Miscellaneous Chores

* **deps:** update actions/create-github-app-token action to v3 ([#113](https://github.com/opzkit/godeadcode-action/issues/113)) ([aa7678a](https://github.com/opzkit/godeadcode-action/commit/aa7678a7511ce631048c17e09db636c95952a6dd))
* **deps:** update actions/create-github-app-token digest to 1b10c78 ([#121](https://github.com/opzkit/godeadcode-action/issues/121)) ([db7c549](https://github.com/opzkit/godeadcode-action/commit/db7c549fc280386d5a87227bf0cb458627ad59b9))
* **deps:** update actions/create-github-app-token digest to 7bd0371 ([#120](https://github.com/opzkit/godeadcode-action/issues/120)) ([745f7c4](https://github.com/opzkit/godeadcode-action/commit/745f7c4608dc4533714b8af034723ccfa62689f0))
* **deps:** update actions/create-github-app-token digest to fee1f7d ([#112](https://github.com/opzkit/godeadcode-action/issues/112)) ([6ba1c42](https://github.com/opzkit/godeadcode-action/commit/6ba1c4227b20df6c314b3a47c8c1e0ca10cd2ff5))
* **deps:** update actions/setup-go digest to 4a36011 ([#118](https://github.com/opzkit/godeadcode-action/issues/118)) ([9a1448f](https://github.com/opzkit/godeadcode-action/commit/9a1448f1091f0aadfbeb7748242692687b2124a6))
* **deps:** update googleapis/release-please-action digest to 5c625bf ([#123](https://github.com/opzkit/godeadcode-action/issues/123)) ([e995ea2](https://github.com/opzkit/godeadcode-action/commit/e995ea2a2fe9c7576d4ddbe2229bb13d3be0e284))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.104.4 ([#119](https://github.com/opzkit/godeadcode-action/issues/119)) ([8b3226f](https://github.com/opzkit/godeadcode-action/commit/8b3226f1df45bc68696c9a8cf9a455addf370f89))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.111.0 ([#122](https://github.com/opzkit/godeadcode-action/issues/122)) ([42a9fbe](https://github.com/opzkit/godeadcode-action/commit/42a9fbe37d96075c08db2c4105e6be908b25e78f))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.126.0 ([#124](https://github.com/opzkit/godeadcode-action/issues/124)) ([a9df029](https://github.com/opzkit/godeadcode-action/commit/a9df029d9c2cfb99d5c2e51e2bee8074ee5647aa))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.76.2 ([#115](https://github.com/opzkit/godeadcode-action/issues/115)) ([042960c](https://github.com/opzkit/godeadcode-action/commit/042960c468b19e912656fc087c65ab33d62f77b6))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.86.0 ([#116](https://github.com/opzkit/godeadcode-action/issues/116)) ([3c09337](https://github.com/opzkit/godeadcode-action/commit/3c093371689bff2fd0f2468793dadb7a0462b780))
* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.99.1 ([#117](https://github.com/opzkit/godeadcode-action/issues/117)) ([c870095](https://github.com/opzkit/godeadcode-action/commit/c87009522347296f6fc005588c6d635e9d4d34f4))

## [1.0.2](https://github.com/opzkit/godeadcode-action/compare/v1.0.1...v1.0.2) (2026-03-11)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: check for deadcode
uses: opzkit/godeadcode-action@v1.0.2
uses: opzkit/godeadcode-action@v1.0.3
# optional
with:
go-version: '1.19'
Expand Down
Loading