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](6f9de5deea...1b199cc979)

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-11 15:27:33 -04:00 коммит произвёл GitHub
Родитель f11326364e
Коммит 5125322faf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 10 добавлений и 10 удалений

4
.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 }}

8
.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 }}

4
.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 .

2
.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

2
.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