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 | actions/checkout                   | v4.1.6    | v4.1.7   |
| github-tags | defenseunicorns/uds-cli            | v0.11.0   | v0.11.2  |
| github-tags | defenseunicorns/zarf               | v0.34.0   | v0.35.0  |
| github-tags | github/codeql-action               | v3.25.6   | v3.25.10 |
| github-tags | golangci/golangci-lint             | v1.59.0   | v1.59.1  |
| github-tags | python-jsonschema/check-jsonschema | 0.28.4    | 0.28.6   |
| github-tags | renovatebot/pre-commit-hooks       | 37.381.11 | 37.420.0 |
  • Loading branch information
renovate[bot] committed Jun 27, 2024
1 parent 5503a6e commit b84893d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false

Expand All @@ -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@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@0901c37366f37fea586768c79708e14e964e714e # v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@0901c37366f37fea586768c79708e14e964e714e # v0.6.1
Expand Down
8 changes: 4 additions & 4 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.6
hooks:
- id: check-jsonschema
name: "Validate Zarf Configs Against Schema"
Expand All @@ -40,14 +40,14 @@ repos:
args:
[
"--schemafile",
"https://github.com/raw/defenseunicorns/zarf/v0.34.0/zarf.schema.json",
"https://github.com/raw/defenseunicorns/zarf/v0.35.0/zarf.schema.json",
"--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.420.0
hooks:
- id: renovate-config-validator
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
]
},
"yaml.schemas": {
"https://github.com/raw/defenseunicorns/uds-cli/v0.11.0/uds.schema.json": [
"https://github.com/raw/defenseunicorns/uds-cli/v0.11.2/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.2/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
"https://github.com/raw/defenseunicorns/zarf/v0.34.0/zarf.schema.json": [
"https://github.com/raw/defenseunicorns/zarf/v0.35.0/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down

0 comments on commit b84893d

Please sign in to comment.