File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 actions : read # Required for Claude to read CI results on PRs
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v6.0.2
3030 with :
3131 fetch-depth : 1
3232
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : " ubuntu-latest"
1717 steps :
1818 - name : Checkout the repository
19- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
19+ uses : actions/checkout@v6.0.2
2020
2121 - name : Set up Python
22- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
22+ uses : actions/setup-python@v6.2.0
2323 with :
2424 python-version : " 3.13"
2525 cache : " pip"
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout the repository
22- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
22+ uses : actions/checkout@v6.0.2
2323
2424 - name : Run hassfest validation
25- uses : home-assistant/actions/hassfest@55b4a5d23e09d627c2773c2ef82afa98904d65b4 # master
25+ uses : home-assistant/actions/hassfest@master
2626
2727 hacs : # https://github.com/hacs/action
2828 name : HACS validation
You can’t perform that action at this time.
0 commit comments