File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1414 notify-docs :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
17+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
1818 id : app-token
1919 with :
2020 app-id : ${{ vars.UPDATE_DOCS_APP_ID }}
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Generate Token
20- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
20+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2121 id : app-token
2222 with :
2323 app-id : " ${{ secrets.BOT_APP_ID }}"
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Generate Token
21- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
21+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2222 id : app-token
2323 with :
2424 app-id : " ${{ secrets.BOT_APP_ID }}"
2525 private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
2626
2727 - name : Set up git repository
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929 with :
3030 token : " ${{ steps.app-token.outputs.token }}"
3131
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Set up git repository
41- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242
4343 - name : Set up Python
4444 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Generate Token
55- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
55+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5656 id : app-token
5757 with :
5858 app-id : " ${{ secrets.BOT_APP_ID }}"
5959 private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
6060
6161 - name : Checkout
62- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
62+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6363 with :
6464 token : " ${{ steps.app-token.outputs.token }}"
6565
Original file line number Diff line number Diff line change 1313 contents : read
1414
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 with :
1818 fetch-depth : 0 # full history for proper diffing
1919
Original file line number Diff line number Diff line change 1818 name : Validate PR title
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
21+ - uses : amannn/action-semantic-pull-request@7f33ba792281b034f64e96f4c0b5496782dd3b37 # v6.1.0
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Set up git repository
41- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242 with :
4343 token : ${{ secrets.GITHUB_TOKEN }}
4444
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Generate Token
45- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
45+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
4646 id : app-token
4747 with :
4848 app-id : " ${{ secrets.BOT_APP_ID }}"
4949 private-key : " ${{ secrets.BOT_APP_PRIVATE_KEY }}"
5050 owner : " ${{ github.repository_owner }}"
5151
5252 - name : Checkout
53- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454 with :
5555 token : " ${{ steps.app-token.outputs.token }}"
5656
You can’t perform that action at this time.
0 commit comments