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.1               | v4.0.2               |
| github-tags | actions/upload-artifact                     | v4.3.0               | v4.3.1               |
| github-tags | jenkinsci/durable-task-plugin               | 547.vd1ea_007d100c   | 550.v0930093c4b_a_6  |
| github-tags | jenkinsci/script-security-plugin            | 1313.v7a_6067dc7087  | 1321.va_73c0795b_923 |
| github-tags | jenkinsci/workflow-durable-task-step-plugin | 1322.v63864b_7a_e384 | 1327.ve57634fb_09ce  |
| github-tags | python-jsonschema/check-jsonschema          | 0.27.4               | 0.28.0               |
| github-tags | renovatebot/pre-commit-hooks                | 37.165.1             | 37.174.7             |
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent da5be62 commit c8229b8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: debug-log
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:

- name: Use Node.js latest
if: ${{ inputs.install-node == 'true' }}
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2

- name: Install commitlint
run: npm install --save-dev @commitlint/{config-conventional,cli}
Expand Down
4 changes: 2 additions & 2 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.27.4
rev: 0.28.0
hooks:
- id: check-jsonschema
name: "Validate Zarf Configs Against Schema"
Expand All @@ -49,6 +49,6 @@ repos:
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.165.1
rev: 37.174.7
hooks:
- id: renovate-config-validator
6 changes: 3 additions & 3 deletions values/jenkins-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ controller:
- configuration-as-code:1775.v810dc950b_514
- credentials:1319.v7eb_51b_3a_c97b_
- display-url-api:2.200.vb_9327d658781
- durable-task:547.vd1ea_007d100c
- durable-task:550.v0930093c4b_a_6
- font-awesome-api:6.5.1-2
- git-client:4.6.0
- git:5.2.1
Expand Down Expand Up @@ -77,7 +77,7 @@ controller:
- plugin-util-api:3.8.0
- prism-api:1.29.0-10
- scm-api:683.vb_16722fb_b_80b_
- script-security:1313.v7a_6067dc7087
- script-security:1321.va_73c0795b_923
- snakeyaml-api:2.2-111.vc6598e30cc65
- ssh-credentials:308.ve4497b_ccd8f4
- structs:337.v1b_04ea_4df7c8
Expand All @@ -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:1322.v63864b_7a_e384
- workflow-durable-task-step:1327.ve57634fb_09ce
- workflow-job:1400.v7fd111b_ec82f
- workflow-multibranch:773.vc4fe1378f1d5
- workflow-scm-step:415.v434365564324
Expand Down

0 comments on commit c8229b8

Please sign in to comment.