File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 - id : gen-token
2828 name : Generate token
2929 if : github.repository == 'rancher-sandbox/rancher-desktop'
30- uses : actions/create-github-app-token@v1
30+ uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
3131 with :
3232 app-id : ${{ env.APP_ID }}
3333 private-key : ${{ env.PRIVATE_KEY }}
Original file line number Diff line number Diff line change 77 steps :
88 # In case we're running on a self-hosted runner without `yarn` installed,
99 # set up NodeJS, enable `yarn`, and then handle the caching.
10- - uses : actions/setup-node@v4
10+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1111 with :
1212 node-version-file : package.json
1313 - run : corepack enable yarn
1414 shell : bash
15- - uses : actions/setup-node@v4
15+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1616 with :
1717 node-version-file : package.json
1818 cache : yarn
1919
20- - uses : actions/setup-go@v5
20+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2121 with :
2222 go-version-file : go.work
2323 cache-dependency-path : src/go/**/go.sum
2424
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2626 with :
2727 python-version : ' 3.x'
2828 cache : pip
You can’t perform that action at this time.
0 commit comments