From 75301042ff9655c9e98e6d9f9a66b2396066fbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:16:18 +0000 Subject: [PATCH 1/2] ci: bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [crate-ci/typos](https://github.com/crate-ci/typos) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `crate-ci/typos` from 1.24.6 to 1.26.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.24.6...v1.26.0) Updates `aquasecurity/trivy-action` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8...f781cce5aab226378ee181d764ab90ea0be3cdd8) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/security.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7cd3780034ed6..5acfe45764c7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -186,7 +186,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.24.6 + uses: crate-ci/typos@v1.26.0 with: config: .github/workflows/typos.toml diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 26450f8961dc1..30bcd47bf4ace 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -114,7 +114,7 @@ jobs: echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 + uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 with: image-ref: ${{ steps.build.outputs.image }} format: sarif From 48a521dcefbf283125777a5570f03e256204d2e9 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 8 Oct 2024 08:49:20 +0500 Subject: [PATCH 2/2] Rename WorspaceProxyView.stories.tsx to WorkspaceProxyView.stories.tsx --- ...rspaceProxyView.stories.tsx => WorkspaceProxyView.stories.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename site/src/pages/UserSettingsPage/WorkspaceProxyPage/{WorspaceProxyView.stories.tsx => WorkspaceProxyView.stories.tsx} (100%) diff --git a/site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorspaceProxyView.stories.tsx b/site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyView.stories.tsx similarity index 100% rename from site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorspaceProxyView.stories.tsx rename to site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyView.stories.tsx