Skip to content

Commit

Permalink
chore(deps): update swf bundle dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                            | from                  | to                    |
| ----------- | -------------------------------------------------- | --------------------- | --------------------- |
| github-tags | actions/checkout                                   | v4.2.1                | v4.2.2                |
| github-tags | defenseunicorns/uds-package-gitlab-runner          | v17.2.1-uds.3         | v17.2.1-uds.4         |
| docker      | ghcr.io/defenseunicorns/packages/uds/gitlab-runner | 17.2.1-uds.3-upstream | 17.2.1-uds.4-upstream |
| docker      | ghcr.io/defenseunicorns/packages/uds/valkey        | 7.2.6-uds.0-upstream  | 7.2.7-uds.0-upstream  |
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 13c3b6e commit b713c44
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 80

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install UDS CLI
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions bundles/dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 7.2.7-uds.0-upstream
overrides:
valkey:
uds-valkey-config:
Expand Down Expand Up @@ -230,11 +230,11 @@ packages:

- name: gitlab-runner
repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner
ref: 17.2.1-uds.3-upstream
ref: 17.2.1-uds.4-upstream

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 7.2.7-uds.0-upstream
overrides:
valkey:
valkey:
Expand Down
6 changes: 3 additions & 3 deletions bundles/k3d-demo/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ packages:

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 7.2.7-uds.0-upstream
overrides:
valkey:
uds-valkey-config:
Expand Down Expand Up @@ -252,11 +252,11 @@ packages:

- name: gitlab-runner
repository: ghcr.io/defenseunicorns/packages/uds/gitlab-runner
ref: 17.2.1-uds.3-upstream
ref: 17.2.1-uds.4-upstream

- name: valkey
repository: ghcr.io/defenseunicorns/packages/uds/valkey
ref: 7.2.6-uds.0-upstream
ref: 7.2.7-uds.0-upstream
overrides:
valkey:
valkey:
Expand Down
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ includes:
- mm: https://raw.githubusercontent.com/defenseunicorns/uds-package-mattermost/v10.0.0-uds.1/tasks/test.yaml
- gl: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab/v17.2.9-uds.0/tasks/test.yaml
- sq: https://raw.githubusercontent.com/defenseunicorns/uds-package-sonarqube/v10.7.0-uds.0/tasks/test.yaml
- glr: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab-runner/v17.2.1-uds.3/tasks/test.yaml
- glr: https://raw.githubusercontent.com/defenseunicorns/uds-package-gitlab-runner/v17.2.1-uds.4/tasks/test.yaml

tasks:
- name: all
Expand Down

0 comments on commit b713c44

Please sign in to comment.