From 9861c55bf451cc97f3a52e1a3182f13dd5e97c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:41:32 +0400 Subject: [PATCH 1/2] chore(deps): bump sonarsource/sonarcloud-github-action from 3.1 to 4.0 (#337) Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 3.1 to 4.0. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v3.1...v4.0) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5fb62b2a..c6bb3a10 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -254,7 +254,7 @@ jobs: shell: bash - name: SonarCloud report upload - uses: sonarsource/sonarcloud-github-action@v3.1 + uses: sonarsource/sonarcloud-github-action@v4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} From 66bb13330dd533adc7cbdc6b939371c875e446bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:36:15 +0400 Subject: [PATCH 2/2] chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 (#338) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/go.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9447066a..567255c0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} - run: | diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c6bb3a10..c9f3d6f2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} @@ -155,7 +155,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} - run: | @@ -212,7 +212,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} - run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bf88529..c351a4b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} @@ -70,7 +70,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} @@ -119,7 +119,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }} @@ -172,7 +172,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go-version }}