We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1867a97 commit ad112c0Copy full SHA for ad112c0
.github/workflows/lint-toolbox-core.yaml
@@ -56,13 +56,13 @@ jobs:
56
console.log('Failed to remove label. Another job may have already removed it!');
57
}
58
- name: Checkout code
59
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60
with:
61
ref: ${{ github.event.pull_request.head.sha }}
62
repository: ${{ github.event.pull_request.head.repo.full_name }}
63
token: ${{ secrets.GITHUB_TOKEN }}
64
- name: Setup Node
65
- uses: actions/setup-node@v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
66
67
node-version: 20
68
- name: Install package
0 commit comments