Skip to content

Commit fabcbc8

Browse files
Bump the github-actions-deps group with 3 updates
Bumps the github-actions-deps group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.2.2 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v6.0.0) Updates `aws-actions/configure-aws-credentials` from 4 to 5 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e52ea4 commit fabcbc8

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.github/workflows/deploy-custom-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
url: https://${{ matrix.domain }}
311311

312312
steps:
313-
- uses: actions/[email protected].0
313+
- uses: actions/[email protected].1
314314
with:
315315
fetch-depth: 0
316316

.github/workflows/deploy-custom-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
url: https://${{ matrix.domain }}
134134

135135
steps:
136-
- uses: actions/[email protected].0
136+
- uses: actions/[email protected].1
137137
with:
138138
fetch-depth: 0
139139

.github/workflows/deploy-daac-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: ${{ matrix.environment }}
4343

4444
steps:
45-
- uses: actions/[email protected].0
45+
- uses: actions/[email protected].1
4646
with:
4747
fetch-depth: 0
4848

.github/workflows/deploy-daac-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: ${{ matrix.environment }}
4545

4646
steps:
47-
- uses: actions/[email protected].0
47+
- uses: actions/[email protected].1
4848
with:
4949
fetch-depth: 0
5050

.github/workflows/deploy-jth-sandbox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ jobs:
4242
name: ${{ matrix.environment }}
4343

4444
steps:
45-
- uses: actions/checkout@v4.2.2
45+
- uses: actions/checkout@v6.0.1
4646
with:
4747
fetch-depth: 0
4848

49-
- uses: aws-actions/configure-aws-credentials@v4
49+
- uses: aws-actions/configure-aws-credentials@v5
5050
with:
5151
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
5252
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
5353
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
5454
aws-region: ${{ secrets.AWS_REGION }}
5555

56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: 3.13
5959

.github/workflows/deploy-plus-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
url: https://${{ matrix.domain }}
4141

4242
steps:
43-
- uses: actions/[email protected].0
43+
- uses: actions/[email protected].1
4444
with:
4545
fetch-depth: 0
4646

.github/workflows/deploy-plus-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
url: https://${{ matrix.domain }}
4242

4343
steps:
44-
- uses: actions/[email protected].0
44+
- uses: actions/[email protected].1
4545
with:
4646
fetch-depth: 0
4747

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
security_environment: [ASF, EDC, JPL, JPL-public]
2525
steps:
26-
- uses: actions/[email protected].0
26+
- uses: actions/[email protected].1
2727
- uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.13
@@ -37,7 +37,7 @@ jobs:
3737
openapi-spec-validator:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/[email protected].0
40+
- uses: actions/[email protected].1
4141
- uses: actions/setup-python@v6
4242
with:
4343
python-version: 3.13
@@ -50,7 +50,7 @@ jobs:
5050
statelint:
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/[email protected].0
53+
- uses: actions/[email protected].1
5454
- uses: ruby/setup-ruby@v1
5555
with:
5656
ruby-version: 2.7
@@ -70,7 +70,7 @@ jobs:
7070
snyk:
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/[email protected].0
73+
- uses: actions/[email protected].1
7474
- uses: snyk/actions/[email protected]
7575
- uses: actions/setup-python@v6
7676
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414

1515
- uses: actions/setup-python@v6
1616
with:

0 commit comments

Comments
 (0)