Skip to content

Commit e13ac06

Browse files
Merge pull request #213 from Workiva/dependabot/github_actions/gha-dependencies-7fe06e8927
CID-19657 Bump the gha-dependencies group with 3 updates
2 parents c426b54 + 3fc2a35 commit e13ac06

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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

.github/workflows/renovate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)