From 5125322fafe25bae586c2719c3aa94b349ca2523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:27:33 -0400 Subject: [PATCH] Bump the actions group in /.github/workflows with 5 updates (#103) Bumps the actions group in /.github/workflows with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/stale](https://github.com/actions/stale) | `3` | `9` | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [Azure/k8s-lint](https://github.com/azure/k8s-lint) | `1` | `3` | | [actionsx/prettier](https://github.com/actionsx/prettier) | `2` | `3` | | [Azure/action-release-workflows](https://github.com/azure/action-release-workflows) | `1.0.1` | `1.0.2` | 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 `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Updates `Azure/k8s-lint` from 1 to 3 - [Release notes](https://github.com/azure/k8s-lint/releases) - [Changelog](https://github.com/Azure/k8s-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/k8s-lint/compare/v1...v3) 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/action-release-workflows` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/azure/action-release-workflows/releases) - [Changelog](https://github.com/Azure/action-release-workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/action-release-workflows/compare/6f9de5deea0d6655168c8dd26e8849698f9a3809...1b199cc979febcb43526d33853f2d71183091cdb) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: Azure/k8s-lint 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/action-release-workflows dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/defaultLabels.yml | 4 ++-- .github/workflows/integration-tests.yaml | 8 ++++---- .github/workflows/prettify-code.yml | 4 ++-- .github/workflows/release-pr.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/defaultLabels.yml b/.github/workflows/defaultLabels.yml index 2eccc574..7058b501 100644 --- a/.github/workflows/defaultLabels.yml +++ b/.github/workflows/defaultLabels.yml @@ -8,7 +8,7 @@ jobs: label-issues: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v9 name: Setting issue as idle with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -19,7 +19,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/integration-tests.yaml b/.github/workflows/integration-tests.yaml index e47ef738..fe839350 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -10,7 +10,7 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: Checkout branch - name: Install npm packages @@ -37,7 +37,7 @@ jobs: id: helm-bake - name: Validate created manifest ${{ matrix.os }} - uses: Azure/k8s-lint@v1 + uses: Azure/k8s-lint@v3 with: manifests: ${{ steps.helm-bake.outputs.manifestsBundle }} @@ -50,7 +50,7 @@ jobs: id: kompose-bake - name: validate created manifest ${{ matrix.os }} - uses: Azure/k8s-lint@v1 + uses: Azure/k8s-lint@v3 with: manifests: ${{ steps.kompose-bake.outputs.manifestsBundle }} @@ -63,6 +63,6 @@ jobs: id: kustomize-bake - name: Validate created manifest ${{ matrix.os }} - uses: Azure/k8s-lint@v1 + uses: Azure/k8s-lint@v3 with: manifests: ${{ steps.kustomize-bake.outputs.manifestsBundle }} diff --git a/.github/workflows/prettify-code.yml b/.github/workflows/prettify-code.yml index 6fc78267..f134cbed 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@v3 + uses: actions/checkout@v4 - name: Enforce Prettier - uses: actionsx/prettier@v2 + uses: actionsx/prettier@v3 with: args: --check . diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 2520719b..b71e5570 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -13,6 +13,6 @@ jobs: permissions: actions: read contents: write - uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@6f9de5deea0d6655168c8dd26e8849698f9a3809 + uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@1b199cc979febcb43526d33853f2d71183091cdb with: changelogPath: ./CHANGELOG.md diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 33590f50..76607538 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -13,7 +13,7 @@ jobs: build: # make sure build/ci works properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Running L0 tests. run: | npm install