Skip to content

Commit

Permalink
Remove version comments from pinned actions.
Browse files Browse the repository at this point in the history
Dependabot automated version bumps only update the hash, not the
comment, so the comment is likely to get stale. Example: slsa-framework#102.
  • Loading branch information
MarkLodato committed Jul 21, 2021
1 parent 94dea13 commit ae46830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Setup Node
uses: actions/setup-node@aa759c6c94d3800c55b8601f21ba4b2371704cb7 # v2.2.0
uses: actions/setup-node@aa759c6c94d3800c55b8601f21ba4b2371704cb7
- run: npm ci --ignore-scripts
- run: npm run lint --silent

0 comments on commit ae46830

Please sign in to comment.