File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4.2.1
11+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1212 - name : Set up Python
13- uses : actions/setup-python@v5.2.0
13+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1414 with :
1515 python-version : ' 3.x'
1616 - name : Install platformio
Original file line number Diff line number Diff line change 1818 os : [ubuntu-latest, windows-latest, macOS-latest]
1919 board : [esp32, esp8266]
2020 steps :
21- - uses : actions/checkout@v3.0.2
21+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
2222 - name : Build Tests
2323 run : bash ./.github/scripts/on-push.sh ${{ matrix.board }} 0 1
2424
3131 os : [ubuntu-latest, windows-latest, macOS-latest]
3232 board : [esp32, esp8266]
3333 steps :
34- - uses : actions/checkout@v3.0.2
34+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
3535 - name : Build Tests
3636 run : bash ./.github/scripts/on-push.sh ${{ matrix.board }} 1 1
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 name : Release Drafter
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : release-drafter/release-drafter@v6
18+ - uses : release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 # v6.4.0
1919 id : drafter
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2424
2525 - name : Set library.json version
2626 run : |
You can’t perform that action at this time.
0 commit comments