From 8db67c1dc7fc41de5f2f916e381b25d77fb1e6f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 15:41:27 +0000 Subject: [PATCH] chore(deps): update swf bundle dependencies | datasource | package | from | to | | ----------- | ---------------------------------------------- | ------- | ------- | | github-tags | actions/checkout | v4.1.5 | v4.1.6 | | github-tags | defenseunicorns/uds-core | 0.21.1 | 0.22.0 | | docker | ghcr.io/defenseunicorns/packages/init | v0.33.1 | v0.33.2 | | docker | ghcr.io/defenseunicorns/packages/uds/sonarqube | 9.9.2 | 9.9.5 | | github-tags | github/codeql-action | v3.25.4 | v3.25.6 | | github-tags | google-github-actions/release-please-action | v4.1.0 | v4.1.1 | | github-tags | ossf/scorecard-action | v2.3.1 | v2.3.3 | --- .github/workflows/lint.yaml | 2 +- .github/workflows/scorecard.yaml | 6 +++--- .github/workflows/tag-and-release.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- README.md | 2 +- bundles/dev/uds-bundle.yaml | 2 +- bundles/k3d-demo/uds-bundle.yaml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b63d8de..d0138c1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 0 diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 70a7596..c0bf00c 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -22,12 +22,12 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + 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@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4 + uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6 with: sarif_file: results.sarif diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index f21272c..f55d4c8 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -18,7 +18,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 @@ -37,7 +37,7 @@ jobs: packages: write steps: - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Environment setup uses: defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8a5d7e6..afa92a8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: flavor: upstream steps: - name: Checkout repository - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Environment setup uses: defenseunicorns/uds-common/.github/actions/setup@b2e8b25930c953ef893e7c787fe350f0d8679ee2 # v0.4.2 diff --git a/README.md b/README.md index 4d36ed0..c0e235a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Alternatively, you can deploy from OCI by running the following two commands: 1. Run the below command to deploy the `k3d-core-slim-dev` bundle: ```bash - uds deploy k3d-core-slim-dev:0.21.1 + uds deploy k3d-core-slim-dev:0.22.0 ``` 1. Run the below command to deploy the `swf-dev` bundle on top of the dev cluster: diff --git a/bundles/dev/uds-bundle.yaml b/bundles/dev/uds-bundle.yaml index 9e5a0db..e0277be 100644 --- a/bundles/dev/uds-bundle.yaml +++ b/bundles/dev/uds-bundle.yaml @@ -206,7 +206,7 @@ packages: - name: sonarqube repository: ghcr.io/defenseunicorns/packages/uds/sonarqube - ref: 9.9.2-uds.0-upstream + ref: 9.9.5-uds.0-upstream overrides: sonarqube: sonarqube: diff --git a/bundles/k3d-demo/uds-bundle.yaml b/bundles/k3d-demo/uds-bundle.yaml index 6fe650e..0e610a3 100644 --- a/bundles/k3d-demo/uds-bundle.yaml +++ b/bundles/k3d-demo/uds-bundle.yaml @@ -13,7 +13,7 @@ packages: - name: init repository: ghcr.io/defenseunicorns/packages/init - ref: v0.33.1 + ref: v0.33.2 - name: uds-core #for now repository: ghcr.io/defenseunicorns/packages/uds/core @@ -196,7 +196,7 @@ packages: - name: sonarqube repository: ghcr.io/defenseunicorns/packages/uds/sonarqube - ref: 9.9.2-uds.0-upstream + ref: 9.9.5-uds.0-upstream overrides: sonarqube: sonarqube: