From 215f357c3e87289a29b4d9e286b8a9d0cb9935fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 05:11:35 +0000 Subject: [PATCH] chore(deps): bump step-security/setup-gh-cli-action from 2.0.1 to 3.0.1 Bumps [step-security/setup-gh-cli-action](https://github.com/step-security/setup-gh-cli-action) from 2.0.1 to 3.0.1. - [Release notes](https://github.com/step-security/setup-gh-cli-action/releases) - [Commits](https://github.com/step-security/setup-gh-cli-action/compare/911a1ad924338cbaed4af8b5f982b605345abb46...430947bd5a4bec849641052c8984c9b6fd643f9d) --- updated-dependencies: - dependency-name: step-security/setup-gh-cli-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 06f6afc..630179e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code - - uses: step-security/setup-gh-cli-action@911a1ad924338cbaed4af8b5f982b605345abb46 # main + - uses: step-security/setup-gh-cli-action@430947bd5a4bec849641052c8984c9b6fd643f9d # main if: ${{ github.event_name == 'push' }} id: install-gh-main with: @@ -81,7 +81,7 @@ jobs: - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code - - uses: step-security/setup-gh-cli-action@911a1ad924338cbaed4af8b5f982b605345abb46 # main + - uses: step-security/setup-gh-cli-action@430947bd5a4bec849641052c8984c9b6fd643f9d # main if: ${{ github.event_name == 'push' }} id: install-gh-main with: @@ -125,7 +125,7 @@ jobs: - name: Generate action code if: ${{ github.event_name == 'pull_request' }} uses: ./.github/actions/generate-action-code - - uses: step-security/setup-gh-cli-action@911a1ad924338cbaed4af8b5f982b605345abb46 # main + - uses: step-security/setup-gh-cli-action@430947bd5a4bec849641052c8984c9b6fd643f9d # main if: ${{ github.event_name == 'push' }} id: install-gh-main with: