File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : " Checkout"
32- uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4
32+ uses : " actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 " # v6
3333 with :
3434 show-progress : false
3535
4141 ini-values : memory_limit=-1
4242
4343 - name : " Cache Static Analysis Cache Files"
44- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
44+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
4545 if : ${{ matrix.dependencies == 'locked' }}
4646 with :
4747 path : ./tmp
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-24.04
2020 name : Release Automation
2121 steps :
22- - uses : actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
22+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
2323 id : generate-token
2424 with :
2525 app-id : ${{ secrets.LENDABOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments