diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index c88f86d..a34eecf 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -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@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15 + uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 with: sarif_file: results.sarif diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e5a85b..0aec55f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -49,6 +49,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.72.1 + rev: 38.77.5 hooks: - id: renovate-config-validator diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index c13cbc6..d2eae87 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -4,4 +4,4 @@ image: monitoring: jmxExporterImageRepo: bitnami/jmx-exporter - jmxExporterImageTag: 0.18.0 + jmxExporterImageTag: 1.0.1 diff --git a/zarf.yaml b/zarf.yaml index 83fc087..fc9c7a6 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -32,7 +32,7 @@ components: - values/upstream-values.yaml images: - atlassian/jira-software:10.0.1 - - bitnami/jmx-exporter:0.18.0 + - bitnami/jmx-exporter:1.0.1 - name: jira required: true @@ -50,4 +50,4 @@ components: images: - registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:10.0.0 # TODO: Pending an upstream pr to fix jar file location to not be hardcoded: - # - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:0.18.0 + # - registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:0.20.0