File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Setup Credentials
28- uses : Workiva/gha-setup-credentials@v2.1.5
28+ uses : Workiva/gha-setup-credentials@v2.1.6
2929
3030 - name : Checkout
3131 id : checkout
6767 git commit -m "chore: update dist/ directory [automated]"
6868 git push
6969
70- - uses : Workiva/gha-upload-test-reports@v2.0.25
70+ - uses : Workiva/gha-upload-test-reports@v2.0.27
7171
7272 test-action :
7373 name : GitHub Actions Test
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 runs-on : xs-al2023
1313 steps :
1414 - uses : actions/checkout@v6
15- - uses : Workiva/gha-setup-credentials@v2.1.5
15+ - uses : Workiva/gha-setup-credentials@v2.1.6
1616 - id : create-github-app-token
1717 uses : actions/create-github-app-token@v2
1818 with :
1919 app-id : 1217319
2020 private-key : ${{ secrets.RENOVATE_GH_APP_PRIVATE_KEY }}
2121 owner : Workiva # This is needed for the target repo to read gha-security
2222 - name : Self-hosted Renovate
23- uses : renovatebot/github-action@v46.1.3
23+ uses : renovatebot/github-action@v46.1.4
2424 with :
2525 token : ${{ steps.create-github-app-token.outputs.token }}
2626 configurationFile : ' renovate.json'
You can’t perform that action at this time.
0 commit comments