Skip to content

Commit b82aeff

Browse files
authored
chore(ci): bump checkout SHA in setup-and-install (#185)
Layer 2b cascade: updates setup-and-install to reference the checkout action with inline zizmor security audit.
1 parent 73c91cb commit b82aeff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/setup-and-install/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ runs:
5252
steps:
5353
- name: Checkout
5454
if: inputs.checkout == 'true'
55-
uses: SocketDev/socket-registry/.github/actions/checkout@e589b1db6104ce41e4ba4ead9b30d4b617a6d054 # main
55+
uses: SocketDev/socket-registry/.github/actions/checkout@73c91cb15e259192ae9697b28ddfc441117b6e32 # main
5656
with:
5757
fetch-depth: ${{ inputs.checkout-fetch-depth }}
5858
ref: ${{ inputs.checkout-ref }}
5959
working-directory: ${{ inputs.working-directory }}
6060

6161
- name: Setup environment
62-
uses: SocketDev/socket-registry/.github/actions/setup@e589b1db6104ce41e4ba4ead9b30d4b617a6d054 # main
62+
uses: SocketDev/socket-registry/.github/actions/setup@73c91cb15e259192ae9697b28ddfc441117b6e32 # main
6363
with:
6464
debug: ${{ inputs.debug }}
6565
node-version: ${{ inputs.node-version }}
@@ -69,6 +69,6 @@ runs:
6969
working-directory: ${{ inputs.working-directory }}
7070

7171
- name: Install dependencies
72-
uses: SocketDev/socket-registry/.github/actions/install@e589b1db6104ce41e4ba4ead9b30d4b617a6d054 # main
72+
uses: SocketDev/socket-registry/.github/actions/install@73c91cb15e259192ae9697b28ddfc441117b6e32 # main
7373
with:
7474
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)