From 6581e3478a10a026afc0f7e33017cfca2c2cf00e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:39:36 +0000 Subject: [PATCH 1/4] chore(actions): update anchore/sbom-action action to v0.17.2 --- .github/workflows/prereleased.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prereleased.yaml b/.github/workflows/prereleased.yaml index a990b61..c97642b 100644 --- a/.github/workflows/prereleased.yaml +++ b/.github/workflows/prereleased.yaml @@ -181,7 +181,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.0 + uses: anchore/sbom-action@v0.17.2 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index e8ebad9..e844aaa 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.0 + uses: anchore/sbom-action@v0.17.2 with: upload-artifact-retention: 1 format: cyclonedx-json From 52bb58325403abb9f245cfa773cac7c77d72c8e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:09:46 +0000 Subject: [PATCH 2/4] chore(actions): update dependency ubuntu to v24 --- .github/workflows/merge-master.yaml | 6 +++--- .github/workflows/prereleased.yaml | 12 ++++++------ .github/workflows/pull-request.yaml | 6 +++--- .github/workflows/released.yaml | 8 ++++---- .github/workflows/sonarqube.yaml | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/merge-master.yaml b/.github/workflows/merge-master.yaml index 1ff5e70..ac15c37 100644 --- a/.github/workflows/merge-master.yaml +++ b/.github/workflows/merge-master.yaml @@ -12,7 +12,7 @@ on: jobs: prepare: name: Calculate Version and build number - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: build_number: ${{ steps.short_sha.outputs.value }} @@ -46,7 +46,7 @@ jobs: if: needs.prepare.outputs.new_release == 'true' name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - prepare @@ -77,7 +77,7 @@ jobs: if: needs.prepare.outputs.new_release == 'true' name: Dev and Draft Releases - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - prepare diff --git a/.github/workflows/prereleased.yaml b/.github/workflows/prereleased.yaml index c97642b..d51fe3d 100644 --- a/.github/workflows/prereleased.yaml +++ b/.github/workflows/prereleased.yaml @@ -35,7 +35,7 @@ permissions: jobs: cancel_previous: name: 'Cancel Previous Runs' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 3 steps: @@ -47,7 +47,7 @@ jobs: prepare: name: Prepare - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - cancel_previous @@ -63,7 +63,7 @@ jobs: build: name: Build ${{ matrix.package }} package - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - prepare @@ -128,7 +128,7 @@ jobs: update-manifests: name: Update Manifests for ${{ matrix.package }} package - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - prepare @@ -175,13 +175,13 @@ jobs: runs-on: #- self-hosted #- large - - ubuntu-22.04 + - ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.2 + uses: anchore/sbom-action@v0.17.0 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index e844aaa..99bdbba 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -28,7 +28,7 @@ permissions: jobs: validate: name: Validate - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -60,13 +60,13 @@ jobs: static-analysis: name: Static Analysis - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.2 + uses: anchore/sbom-action@v0.17.0 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/released.yaml b/.github/workflows/released.yaml index 86f34d5..ad6a2dd 100644 --- a/.github/workflows/released.yaml +++ b/.github/workflows/released.yaml @@ -31,7 +31,7 @@ permissions: jobs: cancel_previous: name: 'Cancel Previous Runs' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 3 steps: @@ -43,7 +43,7 @@ jobs: prepare: name: Prepare - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - cancel_previous @@ -66,7 +66,7 @@ jobs: docker: name: Docker Tag and Push - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - prepare @@ -100,7 +100,7 @@ jobs: update-manifests: name: Update Manifests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - prepare diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index 2572d1d..58068cd 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -13,7 +13,7 @@ jobs: sonarqube: name: SonarQube runs-on: - - ubuntu-22.04 + - ubuntu-24.04 steps: - uses: actions/checkout@v4 From 807ee9d923252770d3cceebbc6497f14871adef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 01:16:58 +0000 Subject: [PATCH 3/4] chore(actions): update sonarsource/sonarqube-scan-action action to v4 --- .github/workflows/merge-master.yaml | 6 +++--- .github/workflows/prereleased.yaml | 10 +++++----- .github/workflows/pull-request.yaml | 4 ++-- .github/workflows/released.yaml | 8 ++++---- .github/workflows/sonarqube.yaml | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/merge-master.yaml b/.github/workflows/merge-master.yaml index ac15c37..1ff5e70 100644 --- a/.github/workflows/merge-master.yaml +++ b/.github/workflows/merge-master.yaml @@ -12,7 +12,7 @@ on: jobs: prepare: name: Calculate Version and build number - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 outputs: build_number: ${{ steps.short_sha.outputs.value }} @@ -46,7 +46,7 @@ jobs: if: needs.prepare.outputs.new_release == 'true' name: Build - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: - prepare @@ -77,7 +77,7 @@ jobs: if: needs.prepare.outputs.new_release == 'true' name: Dev and Draft Releases - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: - prepare diff --git a/.github/workflows/prereleased.yaml b/.github/workflows/prereleased.yaml index d51fe3d..a990b61 100644 --- a/.github/workflows/prereleased.yaml +++ b/.github/workflows/prereleased.yaml @@ -35,7 +35,7 @@ permissions: jobs: cancel_previous: name: 'Cancel Previous Runs' - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 timeout-minutes: 3 steps: @@ -47,7 +47,7 @@ jobs: prepare: name: Prepare - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: - cancel_previous @@ -63,7 +63,7 @@ jobs: build: name: Build ${{ matrix.package }} package - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: - prepare @@ -128,7 +128,7 @@ jobs: update-manifests: name: Update Manifests for ${{ matrix.package }} package - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: - prepare @@ -175,7 +175,7 @@ jobs: runs-on: #- self-hosted #- large - - ubuntu-24.04 + - ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 99bdbba..e8ebad9 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -28,7 +28,7 @@ permissions: jobs: validate: name: Validate - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -60,7 +60,7 @@ jobs: static-analysis: name: Static Analysis - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/released.yaml b/.github/workflows/released.yaml index ad6a2dd..86f34d5 100644 --- a/.github/workflows/released.yaml +++ b/.github/workflows/released.yaml @@ -31,7 +31,7 @@ permissions: jobs: cancel_previous: name: 'Cancel Previous Runs' - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 timeout-minutes: 3 steps: @@ -43,7 +43,7 @@ jobs: prepare: name: Prepare - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: - cancel_previous @@ -66,7 +66,7 @@ jobs: docker: name: Docker Tag and Push - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: - prepare @@ -100,7 +100,7 @@ jobs: update-manifests: name: Update Manifests - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: - prepare diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index 58068cd..3b84215 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -13,7 +13,7 @@ jobs: sonarqube: name: SonarQube runs-on: - - ubuntu-24.04 + - ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -25,7 +25,7 @@ jobs: echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v2 + uses: sonarsource/sonarqube-scan-action@v4 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} From 36d1740d1e915cf32003ffc83ceeae1f9834f15a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:37:44 +0000 Subject: [PATCH 4/4] fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute to v6 --- .github/workflows/sonarqube.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index 3b84215..2572d1d 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -25,7 +25,7 @@ jobs: echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v4 + uses: sonarsource/sonarqube-scan-action@v2 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} diff --git a/go.mod b/go.mod index 210ac11..1288500 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 - github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0 + github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v6.2.0 github.com/gin-gonic/gin v1.10.0 github.com/golang/mock v1.6.0 github.com/google/go-cmp v0.6.0