Skip to content

Commit 8495df9

Browse files
authored
Pin GitHub Actions to commit SHAs (#53)
1 parent 17e5922 commit 8495df9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

@@ -31,6 +31,6 @@ jobs:
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

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)