File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actions/setup-and-install Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ runs:
4646 persist-credentials : false
4747
4848 - name : Setup environment
49- uses : SocketDev/workflows/.github/actions/setup@feat/setup-and-install-workflow
49+ uses : SocketDev/workflows/.github/actions/setup@feat/setup-and-install-workflow # zizmor: ignore[unpinned-uses]
5050 with :
5151 node-version : ${{ inputs.node-version }}
5252 socket-api-key : ${{ inputs.socket-api-key }}
5353
5454 - name : Install dependencies
55- uses : SocketDev/workflows/.github/actions/install@feat/setup-and-install-workflow
55+ uses : SocketDev/workflows/.github/actions/install@feat/setup-and-install-workflow # zizmor: ignore[unpinned-uses]
5656 with :
5757 working-directory : ${{ inputs.working-directory }}
Original file line number Diff line number Diff line change 2020 setup-and-install :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : SocketDev/workflows/.github/actions/setup-and-install@feat/setup-and-install-workflow
23+ - uses : SocketDev/workflows/.github/actions/setup-and-install@feat/setup-and-install-workflow # zizmor: ignore[unpinned-uses]
2424 with :
2525 node-version : ${{ inputs.node-version }}
2626 socket-api-key : ${{ secrets.SOCKET_API_KEY }} # zizmor: ignore[secrets-outside-env]
You can’t perform that action at this time.
0 commit comments