Skip to content

Commit 481b732

Browse files
Merge pull request #1448 from jistr/f/pin-gh-actions
Pin Github actions to SHAs
2 parents dd25b9d + 314b736 commit 481b732

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2121
with:
2222
# this fetches all branches. Needed because we need gh-pages branch for deploy to work
2323
fetch-depth: 0
24-
- uses: actions/setup-python@v2
24+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2525
with:
2626
python-version: '3.9'
27-
- uses: ruby/setup-ruby@v1
27+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
2828
with:
2929
ruby-version: '3.2'
3030

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
14-
- uses: actions/setup-python@v6
13+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
14+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1515
with:
1616
python-version: '3.13'
17-
- uses: pre-commit/action@v3.0.1
17+
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

.github/workflows/stale-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
stale:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v9
11+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
1212
with:
1313
stale-pr-message: |
1414
This PR is stale because it has been for over 15 days with no activity.

.github/workflows/sync_branches_with_ext_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
66

77
jobs:
88
trigger-sync:
9-
uses: openstack-k8s-operators/ci-framework/.github/workflows/sync_branches_reusable_workflow.yml@main
9+
uses: openstack-k8s-operators/ci-framework/.github/workflows/sync_branches_reusable_workflow.yml@8b22a75f4fa1b75a18b718c79a7395eca5c530ee # main
1010
with:
1111
source-branch: ${{ github.event.client_payload.source-branch }}
1212
target-branch: ${{ github.event.client_payload.target-branch }}

0 commit comments

Comments
 (0)