Skip to content

Commit f146132

Browse files
chore(deps): update mattermost support dependencies
| datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | actions/dependency-review-action | v4.3.2 | v4.3.3 | | github-tags | defenseunicorns/uds-common | v0.4.5 | v0.5.0 | | github-tags | golangci/golangci-lint | v1.59.0 | v1.59.1 | | github-tags | python-jsonschema/check-jsonschema | 0.28.4 | 0.28.5 | | github-tags | renovatebot/pre-commit-hooks | 37.391.0 | 37.399.9 | | github-tags | step-security/harden-runner | v2.8.0 | v2.8.1 |
1 parent fce7636 commit f146132

8 files changed

+19
-19
lines changed

.github/workflows/commitlint.yaml

+1-1
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@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
11+
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0

.github/workflows/dependencyreview.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
20+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
2121
with:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
2525
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2626
- name: 'Dependency Review'
27-
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
27+
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3

.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@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
23+
uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
2424
with:
2525
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
2626
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4040

4141
- name: Environment setup
42-
uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
42+
uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
4343
with:
4444
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
4545
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
@@ -50,6 +50,6 @@ jobs:
5050

5151
- name: Save logs
5252
if: always()
53-
uses: defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
53+
uses: defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
5454
with:
5555
suffix: ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ jobs:
4646
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4747

4848
- name: Environment setup
49-
uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
49+
uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.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@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
56+
uses: defenseunicorns/uds-common/.github/actions/test@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
5757
with:
5858
flavor: ${{ matrix.flavor }}
5959
type: ${{ matrix.type }}
6060

6161
- name: Save logs
6262
if: always()
63-
uses: defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
63+
uses: defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
6464
with:
6565
suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}
6666

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: fix-smartquotes
3434
- repo: https://github.com/python-jsonschema/check-jsonschema
35-
rev: 0.28.4
35+
rev: 0.28.5
3636
hooks:
3737
- id: check-jsonschema
3838
name: "Validate Zarf Configs Against Schema"
@@ -45,10 +45,10 @@ repos:
4545
"--no-cache"
4646
]
4747
- repo: https://github.com/golangci/golangci-lint
48-
rev: v1.59.0
48+
rev: v1.59.1
4949
hooks:
5050
- id: golangci-lint
5151
- repo: https://github.com/renovatebot/pre-commit-hooks
52-
rev: 37.391.0
52+
rev: 37.399.9
5353
hooks:
5454
- 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.4.5/tasks/create.yaml
6-
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/lint.yaml
7-
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/pull.yaml
8-
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/deploy.yaml
9-
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/setup.yaml
5+
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/create.yaml
6+
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/lint.yaml
7+
- pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/pull.yaml
8+
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/deploy.yaml
9+
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/setup.yaml
1010

1111
tasks:
1212
- name: default

tasks/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
includes:
2-
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/create.yaml
3-
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.5/tasks/publish.yaml
2+
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/create.yaml
3+
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.5.0/tasks/publish.yaml
44

55
tasks:
66
- name: package

0 commit comments

Comments
 (0)