From 8aedeaef5eb23d8d51a866e8ccb9966ecf2c19e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 17:56:00 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- .github/workflows/create-labels.yml | 2 +- .github/workflows/security.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 66a2f6b..f8c0923 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -17,7 +17,7 @@ jobs: - name: Генерация изменений id: changelog - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const { data: commits } = await github.rest.repos.compareCommits({ diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index 3dc63a2..4ddfe62 100644 --- a/.github/workflows/create-labels.yml +++ b/.github/workflows/create-labels.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Создание меток - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const labels = [ diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b8fbd2e..1587b60 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -67,7 +67,7 @@ jobs: - name: Комментирование PR с результатами безопасности if: github.event_name == 'pull_request' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs');