From b34f3e7f1821b4c7daaaf10f4f2ce8451ba4fdb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:30:21 -0400 Subject: [PATCH] Bump the actions group in /.github/workflows with 7 updates (#330) Bumps the actions group in /.github/workflows with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.24.8` | `3.26.6` | | [actions/stale](https://github.com/actions/stale) | `3` | `9` | | [actionsx/prettier](https://github.com/actionsx/prettier) | `2` | `3` | | [Azure/setup-kubectl](https://github.com/azure/setup-kubectl) | `3` | `4` | | [actions/setup-python](https://github.com/actions/setup-python) | `2` | `5` | | [azure/login](https://github.com/azure/login) | `1.4.3` | `2.1.1` | Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2...v4) Updates `github/codeql-action` from 3.24.8 to 3.26.6 - [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/05963f47d870e2cb19a537396c1f668a348c7d8f...4dd16135b69a43b6c8efb853346f8437d92d3c93) Updates `actions/stale` from 3 to 9 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v3...v9) Updates `actionsx/prettier` from 2 to 3 - [Release notes](https://github.com/actionsx/prettier/releases) - [Commits](https://github.com/actionsx/prettier/compare/v2...v3) Updates `Azure/setup-kubectl` from 3 to 4 - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-kubectl/compare/v3...v4) Updates `actions/setup-python` from 2 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v5) Updates `azure/login` from 1.4.3 to 2.1.1 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v1.4.3...v2.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actionsx/prettier dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: Azure/setup-kubectl dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 8 ++++---- .github/workflows/defaultLabels.yml | 4 ++-- .github/workflows/prettify-code.yml | 4 ++-- .github/workflows/run-integration-tests-basic.yml | 6 +++--- .../workflows/run-integration-tests-bluegreen-ingress.yml | 6 +++--- .../workflows/run-integration-tests-bluegreen-service.yml | 6 +++--- .github/workflows/run-integration-tests-bluegreen-smi.yml | 6 +++--- .github/workflows/run-integration-tests-canary-pod.yml | 6 +++--- .github/workflows/run-integration-tests-canary-smi.yml | 6 +++--- .github/workflows/run-integration-tests-private.yml | 8 ++++---- .../run-integration-tests-resource-annotation.yml | 6 +++--- .github/workflows/unit-tests.yml | 2 +- 12 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index efe5bcf29..4f8cc0ca7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. @@ -24,7 +24,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f #v3.24.8 + uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 #v3.26.6 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -32,7 +32,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@05963f47d870e2cb19a537396c1f668a348c7d8f #v3.24.8 + uses: github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 #v3.26.6 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -46,4 +46,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f #v3.24.8 + uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 #v3.26.6 diff --git a/.github/workflows/defaultLabels.yml b/.github/workflows/defaultLabels.yml index 4a366a50d..4163d7f75 100644 --- a/.github/workflows/defaultLabels.yml +++ b/.github/workflows/defaultLabels.yml @@ -13,7 +13,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/stale@v3 + - uses: actions/stale@v9 name: Setting issue as idle with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -24,7 +24,7 @@ jobs: operations-per-run: 100 exempt-issue-labels: 'backlog' - - uses: actions/stale@v3 + - uses: actions/stale@v9 name: Setting PR as idle with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/prettify-code.yml b/.github/workflows/prettify-code.yml index e595af419..f134cbed8 100644 --- a/.github/workflows/prettify-code.yml +++ b/.github/workflows/prettify-code.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Enforce Prettier - uses: actionsx/prettier@v2 + uses: actionsx/prettier@v3 with: args: --check . diff --git a/.github/workflows/run-integration-tests-basic.yml b/.github/workflows/run-integration-tests-basic.yml index 3f66a2b61..9c9efd7bd 100644 --- a/.github/workflows/run-integration-tests-basic.yml +++ b/.github/workflows/run-integration-tests-basic.yml @@ -18,7 +18,7 @@ jobs: KUBECONFIG: /home/runner/.kube/config NAMESPACE: test-${{ github.run_id }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -31,7 +31,7 @@ jobs: - name: Build run: ncc build src/run.ts -o lib - - uses: Azure/setup-kubectl@v3 + - uses: Azure/setup-kubectl@v4 name: Install Kubectl - id: setup-minikube @@ -46,7 +46,7 @@ jobs: - name: Create namespace to run tests run: kubectl create ns ${{ env.NAMESPACE }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' diff --git a/.github/workflows/run-integration-tests-bluegreen-ingress.yml b/.github/workflows/run-integration-tests-bluegreen-ingress.yml index 598702a64..4f073ea2d 100644 --- a/.github/workflows/run-integration-tests-bluegreen-ingress.yml +++ b/.github/workflows/run-integration-tests-bluegreen-ingress.yml @@ -18,7 +18,7 @@ jobs: KUBECONFIG: /home/runner/.kube/config NAMESPACE: test-${{ github.run_id }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -31,7 +31,7 @@ jobs: - name: Build run: ncc build src/run.ts -o lib - - uses: Azure/setup-kubectl@v3 + - uses: Azure/setup-kubectl@v4 name: Install Kubectl - id: setup-minikube @@ -46,7 +46,7 @@ jobs: - name: Create namespace to run tests run: kubectl create ns ${{ env.NAMESPACE }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' diff --git a/.github/workflows/run-integration-tests-bluegreen-service.yml b/.github/workflows/run-integration-tests-bluegreen-service.yml index acdcc2d25..a8f972457 100644 --- a/.github/workflows/run-integration-tests-bluegreen-service.yml +++ b/.github/workflows/run-integration-tests-bluegreen-service.yml @@ -18,7 +18,7 @@ jobs: KUBECONFIG: /home/runner/.kube/config NAMESPACE: test-${{ github.run_id }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -31,7 +31,7 @@ jobs: - name: Build run: ncc build src/run.ts -o lib - - uses: Azure/setup-kubectl@v3 + - uses: Azure/setup-kubectl@v4 name: Install Kubectl - id: setup-minikube @@ -46,7 +46,7 @@ jobs: - name: Create namespace to run tests run: kubectl create ns ${{ env.NAMESPACE }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' diff --git a/.github/workflows/run-integration-tests-bluegreen-smi.yml b/.github/workflows/run-integration-tests-bluegreen-smi.yml index 38ffc4528..712279b57 100644 --- a/.github/workflows/run-integration-tests-bluegreen-smi.yml +++ b/.github/workflows/run-integration-tests-bluegreen-smi.yml @@ -18,7 +18,7 @@ jobs: KUBECONFIG: /home/runner/.kube/config NAMESPACE: test-${{ github.run_id }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -31,7 +31,7 @@ jobs: - name: Build run: ncc build src/run.ts -o lib - - uses: Azure/setup-kubectl@v3 + - uses: Azure/setup-kubectl@v4 name: Install Kubectl - id: setup-minikube @@ -56,7 +56,7 @@ jobs: - name: Create namespace to run tests run: kubectl create ns ${{ env.NAMESPACE }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' diff --git a/.github/workflows/run-integration-tests-canary-pod.yml b/.github/workflows/run-integration-tests-canary-pod.yml index 05d848d00..ae73bfe4c 100644 --- a/.github/workflows/run-integration-tests-canary-pod.yml +++ b/.github/workflows/run-integration-tests-canary-pod.yml @@ -18,7 +18,7 @@ jobs: KUBECONFIG: /home/runner/.kube/config NAMESPACE: test-${{ github.run_id }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -31,7 +31,7 @@ jobs: - name: Build run: ncc build src/run.ts -o lib - - uses: Azure/setup-kubectl@v3 + - uses: Azure/setup-kubectl@v4 name: Install Kubectl - id: setup-minikube @@ -46,7 +46,7 @@ jobs: - name: Create namespace to run tests run: kubectl create ns ${{ env.NAMESPACE }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' diff --git a/.github/workflows/run-integration-tests-canary-smi.yml b/.github/workflows/run-integration-tests-canary-smi.yml index 1ad969422..8c7fb4173 100644 --- a/.github/workflows/run-integration-tests-canary-smi.yml +++ b/.github/workflows/run-integration-tests-canary-smi.yml @@ -18,7 +18,7 @@ jobs: KUBECONFIG: /home/runner/.kube/config NAMESPACE: test-${{ github.run_id }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -31,7 +31,7 @@ jobs: - name: Build run: ncc build src/run.ts -o lib - - uses: Azure/setup-kubectl@v3 + - uses: Azure/setup-kubectl@v4 name: Install Kubectl - id: setup-minikube @@ -56,7 +56,7 @@ jobs: - name: Create namespace to run tests run: kubectl create ns ${{ env.NAMESPACE }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' diff --git a/.github/workflows/run-integration-tests-private.yml b/.github/workflows/run-integration-tests-private.yml index 5552afd65..6d2ffbc9b 100644 --- a/.github/workflows/run-integration-tests-private.yml +++ b/.github/workflows/run-integration-tests-private.yml @@ -19,7 +19,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -30,13 +30,13 @@ jobs: - name: Build run: ncc build src/run.ts -o lib - name: Azure login - uses: azure/login@v1.4.3 + uses: azure/login@v2.1.1 with: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - - uses: Azure/setup-kubectl@v3 + - uses: Azure/setup-kubectl@v4 name: Install Kubectl - name: Create private AKS cluster and set context @@ -51,7 +51,7 @@ jobs: run: | az aks command invoke --resource-group ${{ env.NAMESPACE }} --name ${{ env.NAMESPACE }} --command "kubectl create ns ${{ env.NAMESPACE }}" - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' diff --git a/.github/workflows/run-integration-tests-resource-annotation.yml b/.github/workflows/run-integration-tests-resource-annotation.yml index 41327aa85..ff7f630b6 100644 --- a/.github/workflows/run-integration-tests-resource-annotation.yml +++ b/.github/workflows/run-integration-tests-resource-annotation.yml @@ -18,7 +18,7 @@ jobs: KUBECONFIG: /home/runner/.kube/config NAMESPACE: test-${{ github.run_id }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: | @@ -31,7 +31,7 @@ jobs: - name: Build run: ncc build src/run.ts -o lib - - uses: Azure/setup-kubectl@v3 + - uses: Azure/setup-kubectl@v4 name: Install Kubectl - id: setup-minikube @@ -46,7 +46,7 @@ jobs: - name: Create namespace to run tests run: kubectl create ns ${{ env.NAMESPACE }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.x' diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index eb9ce2d86..f85652c40 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -14,7 +14,7 @@ jobs: name: Run Unit Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | npm install npm test