Skip to content

Commit ad112c0

Browse files
authored
chore(deps): pin dependencies (#28)
1 parent 1867a97 commit ad112c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-toolbox-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
console.log('Failed to remove label. Another job may have already removed it!');
5757
}
5858
- name: Checkout code
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060
with:
6161
ref: ${{ github.event.pull_request.head.sha }}
6262
repository: ${{ github.event.pull_request.head.repo.full_name }}
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464
- name: Setup Node
65-
uses: actions/setup-node@v4
65+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6666
with:
6767
node-version: 20
6868
- name: Install package

0 commit comments

Comments
 (0)