mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Pin github actions scripts to major versions
> Using the specific major action version allows you to receive critical > fixes and security patches while still maintaining compatibility. It > also assures that your workflow should still work. https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsuses
This commit is contained in:
2
.github/workflows/file_health.yaml
vendored
2
.github/workflows/file_health.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: checkout repository
|
||||
uses: actions/checkout@v2.3.3
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: install zsh
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user