Skip to content

Commit aa83953

Browse files
committed
Pin release.yml actions to SHAs on node24
Pin actions/checkout (v6.0.1) and softprops/action-gh-release (v3.0.1) to commit SHAs, matching the pinning convention in validate.yml/lint.yml and clearing the Node 20 deprecation warning.
1 parent 1d61c00 commit aa83953

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717

1818
- name: Compute version from tag
1919
id: ver
@@ -31,7 +31,7 @@ jobs:
3131
run: ls -lah dist
3232

3333
- name: Create GitHub Release
34-
uses: softprops/action-gh-release@v2
34+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
3535
with:
3636
generate_release_notes: true
3737
files: dist/ha-run-chicken.zip

0 commit comments

Comments
 (0)