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.2      |
| github-tags | actions/upload-artifact                     | v4.0.0     | v4.3.1      |
| github-tags | actions/upload-artifact                     | v3.1.3     | v4.3.1      |
| docker      | busybox                                     | 1.32"      | 1.36.1      |
| docker      | curlimages/curl                             | 7.76.1"    | 8.6.0       |
| github-tags | defenseunicorns/zarf                        | v0.32.1    | v0.32.3     |
| github-tags | github/codeql-action                        | v3.22.12   | v3.24.0     |
| github-tags | golangci/golangci-lint                      | v1.54.1    | v1.56.1     |
| github-tags | google-github-actions/release-please-action | v4.0.1     | v4.0.2      |
| github-tags | pre-commit/pre-commit-hooks                 | v4.4.0     | v4.5.0      |
| github-tags | python-jsonschema/check-jsonschema          | 0.24.1     | 0.28.0      |
| github-tags | renovatebot/pre-commit-hooks                | 36.43.1    | 37.182.1    |
| helm        | sonarqube                                   | 8.0.3+2010 | 10.4.0+2288 |
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent 9345dfd commit 5922f60
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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@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 @@ -17,7 +17,7 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.32.1
version: v0.32.3
download-init-package: ${{ inputs.download-init-package }}

- name: Install k3d
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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2

- name: Install commitlint
run: npm install --save-dev @commitlint/{config-conventional,cli}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
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 @@ -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.28.0
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.56.1
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.43.1
rev: 37.182.1
hooks:
- id: renovate-config-validator
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ components:
- name: sonarqube
#helm repo add sonarqube https://SonarSource.github.io/helm-chart-sonarqube
#helm search repo sonarqube/sonarqube -l
version: 8.0.3+2010
version: 10.4.0+2288
namespace: sonarqube
url: https://SonarSource.github.io/helm-chart-sonarqube
repoName: sonarqube
Expand All @@ -86,5 +86,5 @@ components:
- values/upstream.yaml
images:
- "sonarqube:9.9.3-community"
- "curlimages/curl:7.76.1"
- "busybox:1.32"
- "curlimages/curl:8.6.0
- "busybox:1.36.1

0 comments on commit 5922f60

Please sign in to comment.