File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
66
77jobs :
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 }}
You can’t perform that action at this time.
0 commit comments