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: