From 3288d7df76624bd9eb0f031ef2273a73efa54b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:40:48 +0000 Subject: [PATCH] chore(deps): update all dependencies | datasource | package | from | to | | ----------- | ----------------------------------------------------- | -------------------- | --------------------- | | github-tags | actions/checkout | v4.1.4 | v4.1.6 | | github-tags | defenseunicorns/uds-common | v0.4.2 | v0.4.5 | | github-tags | github/codeql-action | v3.25.3 | v3.25.7 | | github-tags | golangci/golangci-lint | v1.57.2 | v1.59.0 | | github-tags | google-github-actions/release-please-action | v4.1.0 | v4.1.1 | | github-tags | jenkinsci/configuration-as-code-plugin | 1775.v810dc950b_514 | 1810.v9b_c30a_249a_4c | | github-tags | jenkinsci/kubernetes-plugin | 4209.vc646b_71e5269 | 4238.v41b_3ef14a_5d8 | | github-tags | jenkinsci/oic-auth-plugin | 4.257.v5360e8489e8b_ | 4.269.va_7526f34f306 | | github-tags | ossf/scorecard-action | v2.3.1 | v2.3.3 | | github-tags | python-jsonschema/check-jsonschema | 0.28.2 | 0.28.4 | | docker | registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar | 1.26.1 | 1.27.2 | | docker | registry1.dso.mil/ironbank/opensource/jenkins/jenkins | 2.440.3 | 2.452.1 | | github-tags | renovatebot/pre-commit-hooks | 37.338.0 | 37.385.0 | --- .github/workflows/commitlint.yaml | 2 +- .github/workflows/lint.yaml | 4 ++-- .github/workflows/scorecard.yaml | 6 +++--- .github/workflows/tag-and-release.yaml | 8 ++++---- .github/workflows/test.yaml | 8 ++++---- .pre-commit-config.yaml | 6 +++--- values/common.yaml | 10 +++++----- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 9bdc4272..b67bbd17 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -12,4 +12,4 @@ on: jobs: validate: name: Validate - uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 + uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f92ec8bf..f3be6a66 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,12 +15,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 0 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 + uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index b4a568d8..dc27fa87 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -22,12 +22,12 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 + uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3 with: results_file: results.sarif results_format: sarif @@ -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@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3 + uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 with: sarif_file: results.sarif diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index b57e323c..1fc4a29e 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Create release tag id: tag - uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0 + uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1 - id: release-flag run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT @@ -33,10 +33,10 @@ jobs: packages: write steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 + uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} @@ -47,6 +47,6 @@ jobs: - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 + uses: defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5 with: suffix: '${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index df3bd13d..844c46ea 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,23 +43,23 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 + uses: defenseunicorns/uds-common/.github/actions/setup@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5 with: registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} ghToken: ${{ secrets.GITHUB_TOKEN }} - name: Test - uses: defenseunicorns/uds-common/.github/actions/test@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 + uses: defenseunicorns/uds-common/.github/actions/test@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5 with: flavor: ${{ matrix.flavor }} type: ${{ matrix.type }} - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 + uses: defenseunicorns/uds-common/.github/actions/save-logs@11e591f2ec7d158923d973c85097ce28a5f55db4 # v0.4.5 with: suffix: ${{ matrix.type }}-${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b377636..82fbf4d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.2 + rev: 0.28.4 hooks: - id: check-jsonschema name: "Validate Zarf Configs Against Schema" @@ -44,10 +44,10 @@ repos: "--no-cache" ] - repo: https://github.com/golangci/golangci-lint - rev: v1.57.2 + rev: v1.59.0 hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.338.0 + rev: 37.385.0 hooks: - id: renovate-config-validator diff --git a/values/common.yaml b/values/common.yaml index 0ec1ef84..a9f6809e 100644 --- a/values/common.yaml +++ b/values/common.yaml @@ -2,13 +2,13 @@ controller: image: registry: "registry1.dso.mil" repository: "ironbank/opensource/jenkins/jenkins" - tag: "2.440.3-lts" + tag: "2.452.1-lts" sidecars: configAutoReload: image: registry: "registry1.dso.mil" repository: "ironbank/kiwigrid/k8s-sidecar" - tag: "1.26.1" + tag: "1.27.2" jenkinsUrl: https://jenkins.###ZARF_VAR_DOMAIN### disableRememberMe: true resources: @@ -26,11 +26,11 @@ controller: cpu: "2000m" memory: "8192Mi" installPlugins: - - kubernetes:4209.vc646b_71e5269 + - kubernetes:4238.v41b_3ef14a_5d8 - workflow-aggregator:596.v8c21c963d92d - git:5.2.1 - - configuration-as-code:1775.v810dc950b_514 - - oic-auth:4.257.v5360e8489e8b_ + - configuration-as-code:1810.v9b_c30a_249a_4c + - oic-auth:4.269.va_7526f34f306 overwritePlugins: true JCasC: defaultConfig: true