Skip to content

Commit

Permalink
Remove env var for actionlint version
Browse files Browse the repository at this point in the history
Replace the environment variable (which is a SHA) with the actual SHA to see if it makes openssf scorecard happy.
  • Loading branch information
martincostello authored Aug 2, 2023
1 parent 02d5ceb commit eeefe75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:

- name: Lint workflows
shell: bash
env:
ACTIONLINT_VERSION: '7b75d16d41920ec126e6f3269db0c6f3ab613c38' # v1.6.25
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl --silent --show-error "https://raw.githubusercontent.com/rhysd/actionlint/${ACTIONLINT_VERSION}/scripts/download-actionlint.bash")
bash <(curl --silent --show-error "https://raw.githubusercontent.com/rhysd/actionlint/7b75d16d41920ec126e6f3269db0c6f3ab613c38/scripts/download-actionlint.bash")
./actionlint -color

0 comments on commit eeefe75

Please sign in to comment.