13
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2026-06-29 06:00:45 +00:00

ci: annotate pinned actions with exact semver

This commit is contained in:
Shubham Hibare 2026-05-26 15:32:15 +05:30
parent f763c6abfa
commit 7030ac8a4c
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3.1.4
- name: self test action
uses: ./