Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: privapps/github-copilot-svcs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: privapps/github-copilot-svcs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 14, 2026

  1. fix: Refresh GitHub Actions dependencies to keep CI/CD secure, suppor…

    …ted, and compatible with current runner behavior.
    
    - Updated workflow action versions in `.github/workflows/ci.yml`:
      - `actions/checkout` from `v4` to `v5`
      - `actions/setup-go` from `v4` to `v6`
      - `actions/cache` from `v3` to `v5`
      - `actions/upload-artifact` from `v4` to `v6`
      - `codecov/codecov-action` from `v3` to `v7`
      - `golangci/golangci-lint-action` from `v8` to `v9`
      - `docker/setup-buildx-action` from `v3` to `v4`
      - `docker/login-action` from `v3` to `v4`
      - `docker/metadata-action` from `v5` to `v6`
      - `docker/build-push-action` from `v5` to `v7`
    
    - Applied the same GitHub Actions refresh pattern to the release workflow:
      - Updated `actions/checkout` in `.github/workflows/release.yml` to the newer version.
    
    - Kept workflow behavior the same while modernizing dependencies:
      - Go version remains `1.23`
      - Coverage upload, linting, build artifact publishing, and Docker image build/push steps remain unchanged in purpose
    
    - Impact:
      - Improves compatibility with current GitHub Actions runtime and tooling
      - Reduces risk from outdated action versions
      - Keeps CI, release, and container publishing pipelines aligned with maintained upstream actions
      - No application code changes; this is a workflow maintenance update
    privapps
    privapps committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    cb1ef25 View commit details
    Browse the repository at this point in the history
Loading