Skip to content

Commit 5c7a5b9

Browse files
chore(deps): update gitlab support dependencies
| datasource | package | from | to | | ----------- | ---------------------------------- | ------- | ------- | | github-tags | defenseunicorns/uds-common | v0.11.2 | v0.12.0 | | github-tags | defenseunicorns/zarf | v0.38.0 | v0.38.3 | | github-tags | github/codeql-action | v3.26.0 | v3.26.4 | | github-tags | golangci/golangci-lint | v1.59.1 | v1.60.3 | | github-tags | python-jsonschema/check-jsonschema | 0.29.1 | 0.29.2 | | github-tags | renovatebot/pre-commit-hooks | 38.23.2 | 38.52.0 |
1 parent c12911e commit 5c7a5b9

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

.github/workflows/commitlint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212
jobs:
1313
validate:
1414
name: Validate
15-
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
15+
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0

.github/workflows/lint.yaml

+1-1
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@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
23+
uses: defenseunicorns/uds-common/.github/actions/setup@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
2424
with:
2525
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
2626
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545

4646
# Upload the results to GitHub's code scanning dashboard.
4747
- name: "Upload to code-scanning"
48-
uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
48+
uses: github/codeql-action/upload-sarif@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3.26.4
4949
with:
5050
sarif_file: results.sarif

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

+3-3
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@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
45+
uses: defenseunicorns/uds-common/.github/actions/setup@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
4646
with:
4747
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
4848
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
@@ -67,10 +67,10 @@ jobs:
6767

6868
- name: Debug Output
6969
if: ${{ always() }}
70-
uses: defenseunicorns/uds-common/.github/actions/debug-output@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
70+
uses: defenseunicorns/uds-common/.github/actions/debug-output@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
7171

7272
- name: Save logs
7373
if: always()
74-
uses: defenseunicorns/uds-common/.github/actions/save-logs@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
74+
uses: defenseunicorns/uds-common/.github/actions/save-logs@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
7575
with:
7676
suffix: '${{ matrix.flavor }}-${{ matrix.architecture }}-${{ github.run_id }}-${{ github.run_attempt }}'

.github/workflows/test.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@ jobs:
4646
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4747

4848
- name: Environment setup
49-
uses: defenseunicorns/uds-common/.github/actions/setup@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
49+
uses: defenseunicorns/uds-common/.github/actions/setup@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
5050
with:
5151
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
5252
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
5353
ghToken: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Test
56-
uses: defenseunicorns/uds-common/.github/actions/test@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
56+
uses: defenseunicorns/uds-common/.github/actions/test@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
5757
with:
5858
flavor: ${{ matrix.flavor }}
5959
type: ${{ matrix.type }}
6060

6161
- name: Debug Output
6262
if: ${{ always() }}
63-
uses: defenseunicorns/uds-common/.github/actions/debug-output@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
63+
uses: defenseunicorns/uds-common/.github/actions/debug-output@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
6464

6565
- name: Save logs
6666
if: always()
67-
uses: defenseunicorns/uds-common/.github/actions/save-logs@76287d41ec5f06ecbdd0a6453877a78675aceffe # v0.11.2
67+
uses: defenseunicorns/uds-common/.github/actions/save-logs@24c8a2a48eeb33773b76b3587c489cb17496c9e0 # v0.12.0
6868
with:
6969
suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
7070

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: fix-smartquotes
3333
- repo: https://github.com/python-jsonschema/check-jsonschema
34-
rev: 0.29.1
34+
rev: 0.29.2
3535
hooks:
3636
- id: check-jsonschema
3737
name: "Validate Zarf Configs Against Schema"
@@ -40,14 +40,14 @@ repos:
4040
args:
4141
[
4242
"--schemafile",
43-
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.0/zarf.schema.json",
43+
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.38.3/zarf.schema.json",
4444
"--no-cache"
4545
]
4646
- repo: https://github.com/golangci/golangci-lint
47-
rev: v1.59.1
47+
rev: v1.60.3
4848
hooks:
4949
- id: golangci-lint
5050
- repo: https://github.com/renovatebot/pre-commit-hooks
51-
rev: 38.23.2
51+
rev: 38.52.0
5252
hooks:
5353
- id: renovate-config-validator

tasks.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ includes:
22
- cleanup: ./tasks/cleanup.yaml
33
- dependencies: ./tasks/dependencies.yaml
44
- test: ./tasks/test.yaml
5-
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/create.yaml
6-
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/lint.yaml
7-
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/pull.yaml
8-
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/deploy.yaml
9-
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/setup.yaml
5+
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/create.yaml
6+
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/lint.yaml
7+
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/pull.yaml
8+
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/deploy.yaml
9+
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/setup.yaml
1010

1111
tasks:
1212
- name: default

tasks/publish.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
includes:
22
- dependencies: ./dependencies.yaml
33
- test: ./test.yaml
4-
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/create.yaml
5-
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/deploy.yaml
6-
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/publish.yaml
7-
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.11.2/tasks/setup.yaml
4+
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/create.yaml
5+
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/deploy.yaml
6+
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/publish.yaml
7+
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.12.0/tasks/setup.yaml
88

99
tasks:
1010
- name: build-package

0 commit comments

Comments
 (0)