Skip to content

Commit 60a56d0

Browse files
authored
Merge pull request ceph#62413 from ceph/pin-actions
workflows: Pin specific SHAs
2 parents a779561 + c18a78e commit 60a56d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create-backport-trackers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
runs-on: ubuntu-latest
3838
if: github.ref == 'refs/heads/main'
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
sparse-checkout: |
4343
src/script/backport-create-issue
4444
src/script/requirements.backport-create-issue.txt
4545
sparse-checkout-cone-mode: false
46-
- uses: actions/setup-python@v5
46+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4747
with:
4848
python-version: '>=3.6 <3.12'
4949
cache: 'pip'

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
stale:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/stale@v9
12+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
1313
with:
1414
# PAT for GitHub API authentication
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)