From 532091ffb6ab74eba8112ad91197ee675c771993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:52:47 +0000 Subject: [PATCH] Bump the patch-updates group across 1 directory with 3 updates Bumps the patch-updates group with 3 updates in the / directory: [rollkit/.github](https://github.com/rollkit/.github), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `rollkit/.github` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/rollkit/.github/releases) - [Commits](https://github.com/rollkit/.github/compare/v0.4.1...v0.5.0) Updates `golangci/golangci-lint-action` from 6.1.0 to 6.5.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.0...v6.5.0) Updates `codecov/codecov-action` from 5.0.0 to 5.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.0...v5.3.1) --- updated-dependencies: - dependency-name: rollkit/.github dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_release.yml | 2 +- .github/workflows/docker-build-publish.yml | 2 +- .github/workflows/housekeeping.yml | 6 +++--- .github/workflows/lint.yml | 6 +++--- .github/workflows/test.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index a918873..915b24e 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Version Release - uses: rollkit/.github/.github/actions/version-release@v0.4.1 + uses: rollkit/.github/.github/actions/version-release@v0.5.0 with: github-token: ${{secrets.GITHUB_TOKEN}} version-bump: ${{inputs.version}} diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index 1c606dd..4c85633 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -14,7 +14,7 @@ jobs: permissions: contents: write packages: write - uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.1 # yamllint disable-line rule:line-length + uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.5.0 # yamllint disable-line rule:line-length with: dockerfile: Dockerfile secrets: inherit diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 5c16243..0ba75da 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -10,7 +10,7 @@ jobs: issue-management: if: ${{ github.event.issue }} name: Add issues to project and add triage label - uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1 + uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0 secrets: inherit permissions: issues: write @@ -25,7 +25,7 @@ jobs: # ignore dependabot PRs if: ${{ github.event.pull_request && github.actor != 'dependabot[bot]' }} name: Add PRs to project - uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1 + uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0 secrets: inherit permissions: issues: write @@ -37,7 +37,7 @@ jobs: auto-add-reviewer: name: Auto add reviewer to PR if: github.event.pull_request - uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1 + uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0 secrets: inherit permissions: issues: write diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aa80647..c656a92 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: **/**.go go.mod go.sum - - uses: golangci/golangci-lint-action@v6.1.0 + - uses: golangci/golangci-lint-action@v6.5.0 with: version: latest args: --timeout 10m @@ -34,10 +34,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: rollkit/.github/.github/actions/yamllint@v0.4.1 + - uses: rollkit/.github/.github/actions/yamllint@v0.5.0 markdown-lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: rollkit/.github/.github/actions/markdown-lint@v0.4.1 + - uses: rollkit/.github/.github/actions/markdown-lint@v0.5.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f4faef..73f9831 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Run unit test run: make test - name: upload coverage report - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt