File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 bump-version :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/create-github-app-token@v3.2.0
12+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1313 id : app-token
1414 with :
1515 app-id : ${{ secrets.CSDA_RELEASE_BOT_CLIENT_ID }}
1616 private-key : ${{ secrets.CSDA_RELEASE_BOT_PRIVATE_KEY }}
1717 owner : ${{ github.repository_owner }}
1818 repositories : ${{ github.event.repository.name }}
1919
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121 with :
2222 token : ${{ steps.app-token.outputs.token }}
2323
3232 fi
3333
3434 - if : steps.check.outputs.should_run == 'true'
35- uses : astral-sh/setup-uv@v7
35+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3636
3737 - if : steps.check.outputs.should_run == 'true'
3838 id : bump
Original file line number Diff line number Diff line change 1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6
14- - uses : astral-sh/setup-uv@v7
13+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
14+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
1515 - name : Run tests
1616 run : uv run pytest
Original file line number Diff line number Diff line change 1313 release-please :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/create-github-app-token@v3.2.0
16+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1717 id : app-token
1818 with :
1919 app-id : ${{ secrets.CSDA_RELEASE_BOT_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments