Skip to content

Commit ae46830

Browse files
committed
Remove version comments from pinned actions.
Dependabot automated version bumps only update the hash, not the comment, so the comment is likely to get stale. Example: slsa-framework#102.
1 parent 94dea13 commit ae46830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
9+
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
1010
- name: Setup Node
11-
uses: actions/setup-node@aa759c6c94d3800c55b8601f21ba4b2371704cb7 # v2.2.0
11+
uses: actions/setup-node@aa759c6c94d3800c55b8601f21ba4b2371704cb7
1212
- run: npm ci --ignore-scripts
1313
- run: npm run lint --silent

0 commit comments

Comments
 (0)