From 739175e3cafd15f972ade23a38df02f3cbcc39b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:12:38 +0000 Subject: [PATCH] Bump SocketDev/socket-cli Bumps [SocketDev/socket-cli](https://github.com/socketdev/socket-cli) from 35c25823d5247a8cd15628ef2d2062cd1c199544 to c9772a9b2ec3383fc1328d062da6fe29e33fe859. - [Release notes](https://github.com/socketdev/socket-cli/releases) - [Changelog](https://github.com/SocketDev/socket-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketdev/socket-cli/compare/35c25823d5247a8cd15628ef2d2062cd1c199544...c9772a9b2ec3383fc1328d062da6fe29e33fe859) --- updated-dependencies: - dependency-name: SocketDev/socket-cli dependency-version: c9772a9b2ec3383fc1328d062da6fe29e33fe859 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/socket-fix.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/types.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1c76bf587..8465666a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544 + - uses: SocketDev/socket-cli/.github/actions/setup@c9772a9b2ec3383fc1328d062da6fe29e33fe859 with: node-version: '22' diff --git a/.github/workflows/socket-fix.yml b/.github/workflows/socket-fix.yml index 8c4cd45c2..3db5cfb3e 100644 --- a/.github/workflows/socket-fix.yml +++ b/.github/workflows/socket-fix.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout repo uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544 + - uses: SocketDev/socket-cli/.github/actions/setup@c9772a9b2ec3383fc1328d062da6fe29e33fe859 with: node-version: '22' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 921ab0466..0df3f723a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544 + - uses: SocketDev/socket-cli/.github/actions/setup@c9772a9b2ec3383fc1328d062da6fe29e33fe859 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/types.yml b/.github/workflows/types.yml index ff3bec5d2..26c3d2b10 100644 --- a/.github/workflows/types.yml +++ b/.github/workflows/types.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544 + - uses: SocketDev/socket-cli/.github/actions/setup@c9772a9b2ec3383fc1328d062da6fe29e33fe859 with: node-version: '22'