Skip to content

Commit

Permalink
Pin (and update) actions
Browse files Browse the repository at this point in the history
Updates the checkout action as this uses a deprecated Node.js version
and the old version will therefore be forced to run on node20. Further
pins actions as suggested byt OpenSSF Scorecard, see
https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies.
  • Loading branch information
marbre committed Oct 11, 2024
1 parent b55065a commit 86d41ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tuner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected]
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: '3.10.12'

Expand Down

0 comments on commit 86d41ad

Please sign in to comment.