Skip to content

Commit 8cd642f

Browse files
CHORE: github.com/code-gorilla-au/odize from 1.3.4 to 1.3.5 in the prod group (#9)
Bumps the prod group with 1 update: [github.com/code-gorilla-au/odize](https://github.com/code-gorilla-au/odize). Updates `github.com/code-gorilla-au/odize` from 1.3.4 to 1.3.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/code-gorilla-au/odize/releases">github.com/code-gorilla-au/odize's releases</a>.</em></p> <blockquote> <h2>v1.3.5</h2> <h2><a href="https://github.com/code-gorilla-au/odize/compare/v1.3.4...v1.3.5">1.3.5</a> (2026-02-21)</h2> <h3>Bug Fixes</h3> <ul> <li>clean up typos (<a href="https://redirect.github.com/code-gorilla-au/odize/issues/21">#21</a>) (<a href="https://github.com/code-gorilla-au/odize/commit/f326dc953c3b5187afea7c6bc34711e566d664e8">f326dc9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/code-gorilla-au/odize/commit/f326dc953c3b5187afea7c6bc34711e566d664e8"><code>f326dc9</code></a> fix: clean up typos (<a href="https://redirect.github.com/code-gorilla-au/odize/issues/21">#21</a>)</li> <li><a href="https://github.com/code-gorilla-au/odize/commit/315611cbac071c6bd1a60436e2253a0a419d3ffa"><code>315611c</code></a> chore: bump actions/checkout from 5 to 6 in /.github/workflows (<a href="https://redirect.github.com/code-gorilla-au/odize/issues/20">#20</a>)</li> <li><a href="https://github.com/code-gorilla-au/odize/commit/3e18299bdeeb0c764658797d25ac2f488772840b"><code>3e18299</code></a> chore: bump codfish/semantic-release-action from 4.0.0 to 4.0.1 in /.github/w...</li> <li><a href="https://github.com/code-gorilla-au/odize/commit/a8cb961d40e23089afa64a9a18a5e5ecbb22a29a"><code>a8cb961</code></a> chore: bump actions/setup-go from 5 to 6 in /.github/workflows (<a href="https://redirect.github.com/code-gorilla-au/odize/issues/18">#18</a>)</li> <li><a href="https://github.com/code-gorilla-au/odize/commit/dd62592171df5ae7c1e0d909a6d1216b840903bb"><code>dd62592</code></a> chore: bump codfish/semantic-release-action from 3.5.0 to 4.0.0 in /.github/w...</li> <li><a href="https://github.com/code-gorilla-au/odize/commit/7268fb2a6966f7a99d82fd89b5d8d62ca0fbbcd1"><code>7268fb2</code></a> chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows (<a href="https://redirect.github.com/code-gorilla-au/odize/issues/17">#17</a>)</li> <li><a href="https://github.com/code-gorilla-au/odize/commit/690a8dd001e52de05933a7ed14473dd0df99582e"><code>690a8dd</code></a> chore(deps): bump codfish/semantic-release-action from 3.4.1 to 3.5.0 in /.gi...</li> <li>See full diff in <a href="https://github.com/code-gorilla-au/odize/compare/v1.3.4...v1.3.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/code-gorilla-au/odize&package-manager=go_modules&previous-version=1.3.4&new-version=1.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: frag223 <m.riquelme223@gmail.com>
1 parent e6a6c0a commit 8cd642f

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

.github/dependabot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
version: 2
33
updates:
44
- package-ecosystem: gomod
5+
commit-message:
6+
prefix: "CHORE"
57
directory: /
68
schedule:
79
interval: monthly

.github/workflows/pull-request.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: Run Trivy vulnerability scanner in fs mode
23-
uses: aquasecurity/trivy-action@master
24-
with:
25-
scan-type: 'fs'
26-
scan-ref: '.'
27-
trivy-config: trivy.yaml
28-
2922
golang:
3023
runs-on: ubuntu-latest
3124
steps:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/code-gorilla-au/fetch
22

3-
go 1.25.3
3+
go 1.25.7
44

5-
require github.com/code-gorilla-au/odize v1.3.4
5+
require github.com/code-gorilla-au/odize v1.3.5
66

77
require (
88
github.com/code-gorilla-au/env v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/code-gorilla-au/env v1.1.1 h1:4rkSwCnyymKh+KGAOPx3fEg9v2ZV5i9r92bSf7xvnCE=
22
github.com/code-gorilla-au/env v1.1.1/go.mod h1:KE4Ymfz5MhMi7SX3ZKH4iMFAHsDCvwOV8WTzgpwzzE4=
3-
github.com/code-gorilla-au/odize v1.3.4 h1:QHEM7v8/qH9R0QO6tVWh0yKr+VMv3RGC3PcIADwDGVA=
4-
github.com/code-gorilla-au/odize v1.3.4/go.mod h1:Q6uRMcQWCPldPNtlxiaWdA78vaPibTLZIO5owiM96Cw=
3+
github.com/code-gorilla-au/odize v1.3.5 h1:Bjb0c1NXRkbEppsCs2PSN4DHWy3yWIggTXdroibWF54=
4+
github.com/code-gorilla-au/odize v1.3.5/go.mod h1:+PtShsIEca9bAfxltU00OVD75aR5NvtkpOW/HGHdi9w=
55
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
66
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=

0 commit comments

Comments
 (0)