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: