Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                     | from               | to                   |
| ----------- | ------------------------------------------- | ------------------ | -------------------- |
| github-tags | actions/setup-node                          | v4.0.0             | v4.0.1               |
| github-tags | actions/upload-artifact                     | v3.1.3             | v4.3.0               |
| github-tags | defenseunicorns/zarf                        | v0.32.1            | v0.32.2              |
| github-tags | golangci/golangci-lint                      | v1.54.1            | v1.55.2              |
| github-tags | google-github-actions/release-please-action | v4.0.1             | v4.0.2               |
| github-tags | jenkinsci/configuration-as-code-plugin      | 1625.v27444588cc3d | 1775.v810dc950b_514  |
| github-tags | jenkinsci/workflow-durable-task-step-plugin | 1317.v5337e0c1fe28 | 1322.v63864b_7a_e384 |
| github-tags | pre-commit/pre-commit-hooks                 | v4.4.0             | v4.5.0               |
| github-tags | python-jsonschema/check-jsonschema          | 0.24.1             | 0.27.4               |
| github-tags | renovatebot/pre-commit-hooks                | 36.43.1            | 37.163.2             |
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent a3f0325 commit 2c1aff4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/save-logs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
sudo chown $USER /tmp/uds-*.log || echo ""
shell: bash

- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: debug-log
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.32.1
version: v0.32.2
download-init-package: ${{ inputs.download-init-package }}

- name: Use Node.js latest
if: ${{ inputs.install-node == 'true' }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1

- name: Install commitlint
run: npm install --save-dev @commitlint/{config-conventional,cli}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Create release tag
id: tag
uses: google-github-actions/[email protected].1
uses: google-github-actions/[email protected].2
- id: release-flag
run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT

Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ["--maxkb=1024"]
Expand Down Expand Up @@ -31,7 +31,7 @@ repos:
hooks:
- id: fix-smartquotes
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.1
rev: 0.27.4
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.54.1
rev: v1.55.2
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.43.1
rev: 37.163.2
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions values/jenkins-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ controller:
- cloudbees-folder:6.901.vb_4c7a_da_75da_3
- commons-lang3-api:3.13.0-62.v7d18e55f51e2
- commons-text-api:1.11.0-95.v22a_d30ee5d36
- configuration-as-code:1625.v27444588cc3d
- configuration-as-code:1775.v810dc950b_514
- credentials:1319.v7eb_51b_3a_c97b_
- display-url-api:2.200.vb_9327d658781
- durable-task:547.vd1ea_007d100c
Expand Down Expand Up @@ -87,7 +87,7 @@ controller:
- workflow-api:1291.v51fd2a_625da_7
- workflow-basic-steps:1042.ve7b_140c4a_e0c
- workflow-cps:3853.vb_a_490d892963
- workflow-durable-task-step:1317.v5337e0c1fe28
- workflow-durable-task-step:1322.v63864b_7a_e384
- workflow-job:1400.v7fd111b_ec82f
- workflow-multibranch:773.vc4fe1378f1d5
- workflow-scm-step:415.v434365564324
Expand Down

0 comments on commit 2c1aff4

Please sign in to comment.