From f0f48915ab00d2fdb21c01c05d582cf78b280fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:42:58 +0000 Subject: [PATCH 1/2] Bump codfish/semantic-release-action in /.github/workflows Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Changelog](https://github.com/codfish/semantic-release-action/blob/main/RELEASE_NOTES_V5.md) - [Commits](https://github.com/codfish/semantic-release-action/compare/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: codfish/semantic-release-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d5b5c4a..55e629b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,6 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Release - uses: codfish/semantic-release-action@v4.0.1 + uses: codfish/semantic-release-action@v5.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 2f099e636d2962536abb96d5727649efc71be86b Mon Sep 17 00:00:00 2001 From: frag223 Date: Wed, 11 Mar 2026 20:18:01 +1100 Subject: [PATCH 2/2] removing trivy --- .github/workflows/pull-request.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index d9dbbff..97482f4 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -8,20 +8,6 @@ on: jobs: - scans: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - with: - fetch-depth: 0 - - - name: Run Trivy vulnerability scanner in fs mode - uses: aquasecurity/trivy-action@master - with: - scan-type: 'fs' - scan-ref: '.' - trivy-config: trivy.yaml - golang: runs-on: ubuntu-latest steps: