Skip to content

Commit

Permalink
chore(deps): update gitlab support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                            | from      | to       |
| ----------- | ---------------------------------- | --------- | -------- |
| github-tags | defenseunicorns/uds-cli            | v0.11.0   | v0.11.1  |
| github-tags | defenseunicorns/uds-common         | v0.4.5    | v0.5.0   |
| github-tags | github/codeql-action               | v3.25.6   | v3.25.8  |
| 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.381.11 | 37.406.1 |
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 5d48380 commit 1ee69ba
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:
jobs:
validate:
name: Validate
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
Expand All @@ -51,6 +51,6 @@ jobs:

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
uses: defenseunicorns/uds-common/.github/actions/save-logs@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
suffix: '${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}'
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
uses: defenseunicorns/uds-common/.github/actions/setup@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}

- name: Test
uses: defenseunicorns/uds-common/.github/actions/test@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5
uses: defenseunicorns/uds-common/.github/actions/test@4cea6c8858b9f4db3a3624a6fc046db77e1f4eaa # v0.5.0
with:
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}

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

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
hooks:
- id: fix-smartquotes
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.28.5
hooks:
- id: check-jsonschema
name: "Validate Zarf Configs Against Schema"
Expand All @@ -44,10 +44,10 @@ repos:
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.59.0
rev: v1.59.1
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.381.11
rev: 37.406.1
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
]
},
"yaml.schemas": {
"https://github.com/raw/defenseunicorns/uds-cli/v0.11.0/uds.schema.json": [
"https://github.com/raw/defenseunicorns/uds-cli/v0.11.1/uds.schema.json": [
"uds-bundle.yaml"
],
"https://github.com/raw/defenseunicorns/uds-cli/v0.11.0/tasks.schema.json": [
"https://github.com/raw/defenseunicorns/uds-cli/v0.11.1/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
Expand Down
10 changes: 5 additions & 5 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ includes:
- cleanup: ./tasks/cleanup.yaml
- dependencies: ./tasks/dependencies.yaml
- test: ./tasks/test.yaml
- create: https://github.com/raw/defenseunicorns/uds-common/v0.4.5/tasks/create.yaml
- lint: https://github.com/raw/defenseunicorns/uds-common/v0.4.5/tasks/lint.yaml
- pull: https://github.com/raw/defenseunicorns/uds-common/v0.4.5/tasks/pull.yaml
- deploy: https://github.com/raw/defenseunicorns/uds-common/v0.4.5/tasks/deploy.yaml
- setup: https://github.com/raw/defenseunicorns/uds-common/v0.4.5/tasks/setup.yaml
- create: https://github.com/raw/defenseunicorns/uds-common/v0.5.0/tasks/create.yaml
- lint: https://github.com/raw/defenseunicorns/uds-common/v0.5.0/tasks/lint.yaml
- pull: https://github.com/raw/defenseunicorns/uds-common/v0.5.0/tasks/pull.yaml
- deploy: https://github.com/raw/defenseunicorns/uds-common/v0.5.0/tasks/deploy.yaml
- setup: https://github.com/raw/defenseunicorns/uds-common/v0.5.0/tasks/setup.yaml

tasks:
- name: default
Expand Down
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
includes:
- dependencies: ./dependencies.yaml
- create: https://github.com/raw/defenseunicorns/uds-common/v0.4.5/tasks/create.yaml
- publish: https://github.com/raw/defenseunicorns/uds-common/v0.4.5/tasks/publish.yaml
- create: https://github.com/raw/defenseunicorns/uds-common/v0.5.0/tasks/create.yaml
- publish: https://github.com/raw/defenseunicorns/uds-common/v0.5.0/tasks/publish.yaml

tasks:
- name: package
Expand Down

0 comments on commit 1ee69ba

Please sign in to comment.