Skip to content

Commit 0ef2905

Browse files
chore(deps): bump the github-actions-updates group with 7 updates (#90)
Bumps the github-actions-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.2.0` | `6.2.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.2.0` | `6.4.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.1.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `51635dbf418c2cdd8b3e1497529334d8db7e4063` | `930440c6817aa426f625c392392d41129b016a7a` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `8.5.0` | `8.6.0` | Updates `actions/checkout` from 4.2.2 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...de0fac2) Updates `actions/setup-python` from 5.2.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...a309ff8) Updates `actions/setup-go` from 5.2.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.2.0...4a36011) Updates `actions/upload-artifact` from 4.6.2 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...bbbca2d) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) Updates `aws-actions/configure-aws-credentials` from 51635dbf418c2cdd8b3e1497529334d8db7e4063 to 930440c6817aa426f625c392392d41129b016a7a - [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@51635db...930440c) Updates `super-linter/super-linter` from 8.5.0 to 8.6.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@61abc07...9e86335) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates - dependency-name: aws-actions/configure-aws-credentials dependency-version: 930440c6817aa426f625c392392d41129b016a7a dependency-type: direct:production dependency-group: github-actions-updates - dependency-name: super-linter/super-linter dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3dad17f commit 0ef2905

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# reviewable even when code-scanning API access is limited.
8282
- name: Upload CodeQL SARIF results
8383
if: always()
84-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
84+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8585
with:
8686
name: codeql-sarif-${{ matrix.language }}
8787
path: results/*.sarif

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
107107

108108
- name: Log in to Container Registry
109-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
109+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
110110
with:
111111
registry: ${{ env.REGISTRY }}
112112
username: ${{ github.actor }}
@@ -441,7 +441,7 @@ jobs:
441441
442442
- name: Configure AWS Credentials
443443
if: steps.phase3d_inputs.outputs.ready == 'true'
444-
uses: aws-actions/configure-aws-credentials@51635dbf418c2cdd8b3e1497529334d8db7e4063
444+
uses: aws-actions/configure-aws-credentials@930440c6817aa426f625c392392d41129b016a7a
445445
with:
446446
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN }}
447447
aws-region: ${{ secrets.AWS_REGION }}
@@ -493,7 +493,7 @@ jobs:
493493
494494
- name: Configure AWS Credentials
495495
if: steps.cdn_inputs.outputs.ready == 'true'
496-
uses: aws-actions/configure-aws-credentials@51635dbf418c2cdd8b3e1497529334d8db7e4063
496+
uses: aws-actions/configure-aws-credentials@930440c6817aa426f625c392392d41129b016a7a
497497
with:
498498
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN }}
499499
aws-region: ${{ secrets.AWS_REGION }}

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
3131

3232
- name: Log in to GitHub Container Registry
33-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
33+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Lint Code Base
27-
uses: super-linter/super-linter@61abc07d755095a68f4987d1c2c3d1d64408f1f9
27+
uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41
2828
env:
2929
VALIDATE_ALL_CODEBASE: false
3030
DEFAULT_BRANCH: main

.github/workflows/phase3d-production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4141

4242
- name: Configure AWS Credentials
43-
uses: aws-actions/configure-aws-credentials@51635dbf418c2cdd8b3e1497529334d8db7e4063
43+
uses: aws-actions/configure-aws-credentials@930440c6817aa426f625c392392d41129b016a7a
4444
with:
4545
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE_ARN }}
4646
aws-region: ${{ secrets.AWS_REGION }}

.github/workflows/quantum-kex-production-guardrails.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
17+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
1818
with:
1919
go-version-file: go.mod
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
22+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2323
with:
2424
python-version: "3.12"
2525

0 commit comments

Comments
 (0)