From 1fb4f19c872d9c5298a0656ac68937fa9edbd9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:57:16 +0000 Subject: [PATCH] build(deps): Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) Updates `github/codeql-action` from 4 to 4.37.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4...v4.37.4) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 6 +++--- .github/workflows/coverage.yml | 4 ++-- .github/workflows/deploy.yml | 4 ++-- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/govulncheck.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b421fb3..ac478b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: fetch-depth: 1 - run: mv _api_ci ../api - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: '1.25' @@ -195,7 +195,7 @@ jobs: fetch-depth: 1 - run: mv _api_ci ../api - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: '1.25' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8c85395..9c3e26d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,16 +33,16 @@ jobs: with: repository: InstaNode-dev/proto path: proto - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: worker/go.mod - - uses: github/codeql-action/init@v4 + - uses: github/codeql-action/init@v4.37.4 with: languages: go queries: security-extended - name: Build working-directory: worker run: go build ./... - - uses: github/codeql-action/analyze@v4 + - uses: github/codeql-action/analyze@v4.37.4 with: category: "/language:go" diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1c467a4..a841fd8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -105,7 +105,7 @@ jobs: fetch-depth: 1 - run: mv _api_ci ../api - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: worker/go.mod @@ -166,7 +166,7 @@ jobs: # "Generate coverage" step is `|| true` so it still produces # coverage.out even on a flaky test — the gate reads that file. # ------------------------------------------------------------------ - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 if: github.event_name == 'pull_request' with: python-version: '3.12' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8844550..52b1eff 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -124,7 +124,7 @@ jobs: fetch-depth: 1 - run: mv _api_ci ../api - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: '1.25' @@ -207,7 +207,7 @@ jobs: echo "Built ${VERSION} (${BUILD_TIME})" - name: Set up Go (for unit tests + go.mod replace directives) - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '1.25' diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index e1f99e2..90674cf 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -34,7 +34,7 @@ jobs: repository: InstaNode-dev/proto path: proto continue-on-error: true - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: worker/go.mod - uses: golangci/golangci-lint-action@v9 diff --git a/.github/workflows/govulncheck.yml b/.github/workflows/govulncheck.yml index 8286336..96a292d 100644 --- a/.github/workflows/govulncheck.yml +++ b/.github/workflows/govulncheck.yml @@ -30,7 +30,7 @@ jobs: with: repository: InstaNode-dev/proto path: proto - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: worker/go.mod check-latest: true