From 6f660eec5bc99341ebd2219341e15ab1f5d4c9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 07:01:23 +0000 Subject: [PATCH] Bump step-security/setup-gh-cli-action from 2.0.1 to 2.0.2 Bumps [step-security/setup-gh-cli-action](https://github.com/step-security/setup-gh-cli-action) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/step-security/setup-gh-cli-action/releases) - [Commits](https://github.com/step-security/setup-gh-cli-action/compare/911a1ad924338cbaed4af8b5f982b605345abb46...44ed3904e30498a8ea98233ac1015af0b0cb1fd4) --- updated-dependencies: - dependency-name: step-security/setup-gh-cli-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 5622ae2..b59e627 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,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@44ed3904e30498a8ea98233ac1015af0b0cb1fd4 # main if: ${{ github.event_name == 'push' }} id: install-gh-main with: @@ -77,7 +77,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@44ed3904e30498a8ea98233ac1015af0b0cb1fd4 # main if: ${{ github.event_name == 'push' }} id: install-gh-main with: @@ -121,7 +121,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@44ed3904e30498a8ea98233ac1015af0b0cb1fd4 # main if: ${{ github.event_name == 'push' }} id: install-gh-main with: