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/upload-artifact                                       | v4.0.0     | v4.3.1      |
| docker      | busybox                                                       | 1.32       | 1.36.1      |
| docker      | busybox                                                       | 1.32       | 1.36        |
| docker      | curlimages/curl                                               | 7.76.1     | 8.6.0       |
| github-tags | defenseunicorns/zarf                                          | v0.29.1    | v0.32.5     |
| docker      | ghcr.io/defenseunicorns/packages/uds/dev-postgres             | 0.0.1      | 0.0.2       |
| github-tags | github/codeql-action                                          | v3.22.12   | v3.24.7     |
| github-tags | golangci/golangci-lint                                        | v1.54.1    | v1.56.2     |
| github-tags | google-github-actions/release-please-action                   | v4.0.1     | v4.1.0      |
| git-tags    | https://repo1.dso.mil/big-bang/product/packages/sonarqube.git | 8.0.3-bb.0 | 9.6.3-bb.25 |
| 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      |
| docker      | registry1.dso.mil/ironbank/big-bang/sonarqube-9               | 9.9.3      | 9.9.4       |
| github-tags | renovatebot/pre-commit-hooks                                  | 36.43.1    | 37.244.0    |
| docker      | sonarqube                                                     | 9.9.3      | 10.4.1      |
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 714817c commit c182d93
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
validate:
name: Validate
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@442bae718050ea9a47254851a45632aabeb13b17
uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@b17324245f07665ebe90a6371bce818a0534d817
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@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions .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/release-please-action@v4.0.1
uses: google-github-actions/release-please-action@v4.1.0
- id: release-flag
run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT

Expand All @@ -36,13 +36,13 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@442bae718050ea9a47254851a45632aabeb13b17
uses: defenseunicorns/uds-common/.github/actions/setup@b17324245f07665ebe90a6371bce818a0534d817
with:
username: ${{secrets.IRON_BANK_ROBOT_USERNAME}}
password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}}

- name: Login to GHCR
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
with:
registry: ghcr.io
username: dummy
Expand All @@ -53,6 +53,6 @@ jobs:

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@442bae718050ea9a47254851a45632aabeb13b17
uses: defenseunicorns/uds-common/.github/actions/save-logs@b17324245f07665ebe90a6371bce818a0534d817
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 @@ -44,19 +44,19 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Environment setup
uses: defenseunicorns/uds-common/.github/actions/setup@442bae718050ea9a47254851a45632aabeb13b17
uses: defenseunicorns/uds-common/.github/actions/setup@b17324245f07665ebe90a6371bce818a0534d817
with:
username: ${{secrets.IRON_BANK_ROBOT_USERNAME}}
password: ${{secrets.IRON_BANK_ROBOT_PASSWORD}}

- name: Test
uses: defenseunicorns/uds-common/.github/actions/test@442bae718050ea9a47254851a45632aabeb13b17
uses: defenseunicorns/uds-common/.github/actions/test@b17324245f07665ebe90a6371bce818a0534d817
with:
flavor: ${{ matrix.flavor }}

- name: Save logs
if: always()
uses: defenseunicorns/uds-common/.github/actions/save-logs@442bae718050ea9a47254851a45632aabeb13b17
uses: defenseunicorns/uds-common/.github/actions/save-logs@b17324245f07665ebe90a6371bce818a0534d817
with:
suffix: ${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}

10 changes: 5 additions & 5 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 @@ -40,14 +40,14 @@ repos:
args:
[
"--schemafile",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.29.1/zarf.schema.json",
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.5/zarf.schema.json",
"--no-cache"
]
- repo: https://github.com/golangci/golangci-lint
rev: v1.54.1
rev: v1.56.2
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.43.1
rev: 37.244.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
packages:
- name: dev-postgres
repository: ghcr.io/defenseunicorns/packages/uds/dev-postgres
ref: 0.0.1
ref: 0.0.2

- name: dev-secrets
path: ../
Expand Down
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ components:
# see note in README.md about use of registry1 chart for both flavors
url: https://repo1.dso.mil/big-bang/product/packages/sonarqube.git
gitPath: chart
version: "8.0.3-bb.0"
version: "9.6.3-bb.25"
valuesFiles:
- ../values/common-values.yaml
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: registry1.dso.mil/ironbank/big-bang/sonarqube-9
tag: 9.9.3-community
tag: 9.9.4-community

initContainers:
image: registry1.dso.mil/ironbank/big-bang/base:2.1.0
Expand Down
6 changes: 3 additions & 3 deletions values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
image:
repository: sonarqube
tag: 9.9.3-community
tag: 10.4.1-community

initContainers:
image: busybox:1.32
image: busybox:1.36

prometheusExporter:
image: curlimages/curl:7.76.1
image: curlimages/curl:8.6.0
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ components:
- values/upstream-values.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 c182d93

Please sign in to comment.