From 36eec2d8ecd240e634190c32a49141671f276580 Mon Sep 17 00:00:00 2001 From: jcdcdev Date: Tue, 24 Sep 2024 19:25:06 +0100 Subject: [PATCH 1/4] +changelog-ignore: rm dependabot & legacy workflow action --- .github/dependabot.yml | 21 --------------------- .github/workflows/build.yml | 8 ++------ .github/workflows/release.yml | 9 +++------ 3 files changed, 5 insertions(+), 33 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index fa0aac7..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,21 +0,0 @@ -version: 2 -updates: - - package-ecosystem: nuget - directory: "/" - schedule: - interval: "daily" - time: "04:00" - commit-message: - prefix: "chore" - include: "scope" - target-branch: "dev" - - - package-ecosystem: npm - directory: "/" - schedule: - interval: "daily" - time: "04:00" - commit-message: - prefix: "chore" - include: "scope" - target-branch: "dev" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 269193e..e4b5fd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,16 +4,12 @@ on: branches: "*" workflow_dispatch: jobs: - metadata: - uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/generate-project-metadata.yml@dev build: runs-on: ubuntu-latest - needs: - - metadata steps: - name: Build uses: jcdcdev/jcdcdev.Umbraco.Github.Build@main with: - project-name: ${{ needs.metadata.outputs.project-name}} - project-path: ${{ needs.metadata.outputs.project-path }} + project-name: Umbraco.Community.FileSystemProviders.B2 + project-path: src/Umbraco.Community.FileSystemProviders.B2/Umbraco.Community.FileSystemProviders.B2.csproj umbraco-version: 13 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc91cf9..261d4af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,21 +4,18 @@ on: pull_request: types: [ closed ] jobs: - metadata: - uses: jcdcdev/jcdcdev.Github.UmbracoSimpleDeploy/.github/workflows/generate-project-metadata.yml@dev release: + if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest permissions: contents: write - needs: - - metadata steps: - name: Build id: build uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@main with: - project-name: ${{ needs.metadata.outputs.project-name}} - project-path: ${{ needs.metadata.outputs.project-path }} + project-name: Umbraco.Community.FileSystemProviders.B2 + project-path: src/Umbraco.Community.FileSystemProviders.B2/Umbraco.Community.FileSystemProviders.B2.csproj umbraco-version: 13 - name: Release uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main From d5f06fcf9893389a14e1a3f4dc5edb153c832822 Mon Sep 17 00:00:00 2001 From: jcdcdev Date: Wed, 25 Sep 2024 00:28:43 +0100 Subject: [PATCH 2/4] +changelog-ignore: --- .github/workflows/auto-assign.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/auto-assign.yml diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml new file mode 100644 index 0000000..76c91d6 --- /dev/null +++ b/.github/workflows/auto-assign.yml @@ -0,0 +1,17 @@ +name: 🤖 Auto Assign +on: + issues: + types: [opened, edited, labeled, unlabeled] + pull_request: + types: [opened, edited, labeled, unlabeled] +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/auto-assign@v3 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + reviewers: | + ${{ github.repository_owner }} + assignees: | + ${{ github.repository_owner }} \ No newline at end of file From cf40e2fe749f8ae0d6bec3cebe19328c38456e83 Mon Sep 17 00:00:00 2001 From: jcdcdev Date: Wed, 25 Sep 2024 01:15:35 +0100 Subject: [PATCH 3/4] +changelog-ignore: update build.yml --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4b5fd8..1efbfaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,6 @@ name: 🏗️ Build on: pull_request: - branches: "*" workflow_dispatch: jobs: build: From e45dbbede40f8e4042cf5064197d83366069b926 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 05:34:17 +0000 Subject: [PATCH 4/4] fix: src/TestSite.13/TestSite.13.csproj to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-MESSAGEPACK-8229907 --- src/TestSite.13/TestSite.13.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestSite.13/TestSite.13.csproj b/src/TestSite.13/TestSite.13.csproj index 6e10a00..a7f5c52 100644 --- a/src/TestSite.13/TestSite.13.csproj +++ b/src/TestSite.13/TestSite.13.csproj @@ -7,7 +7,7 @@ - +