Skip to content

Commit e04a233

Browse files
committed
chore(ci): pin action refs to branch (will update to SHA after merge)
1 parent 8f9daac commit e04a233

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/setup-and-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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]

0 commit comments

Comments
 (0)