Skip to content

Commit adf0479

Browse files
authored
fix(ci): pin rotation workflow actions to commit SHAs (#2363)
The org requires all GitHub Actions to be pinned to a full-length commit SHA; actions/checkout@v4 and actions/setup-python@v5 were rejected at run time. Pin both to the same SHAs the repo's other workflows use. Co-authored-by: Isaac
1 parent 1141dc3 commit adf0479

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/discord-watch-rotation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
ping:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
26-
- uses: actions/setup-python@v5
25+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
26+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727
with:
2828
python-version: "3.12" # for zoneinfo in the stdlib
2929
- name: Send rotation ping

0 commit comments

Comments
 (0)