From 315dea8f42638bad96897b1a06c453237b749e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 16:40:58 +0000 Subject: [PATCH] chore(deps): bump devantler-tech/actions from 3.2.4 to 3.3.0 Bumps [devantler-tech/actions](https://github.com/devantler-tech/actions) from 3.2.4 to 3.3.0. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Commits](https://github.com/devantler-tech/actions/compare/17691ce06f7c2324d7a41a60ec9cc3baf471bfea...59d3ffbe1a9437fcc39e2794fa2f221abe878310) --- updated-dependencies: - dependency-name: devantler-tech/actions dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/.sync-labels.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/run-dotnet-tests.yaml | 2 +- .github/workflows/scan-for-todo-comments.yaml | 2 +- .github/workflows/update-copilot-skills.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/.sync-labels.yaml b/.github/workflows/.sync-labels.yaml index 344c7ce..9fabed6 100644 --- a/.github/workflows/.sync-labels.yaml +++ b/.github/workflows/.sync-labels.yaml @@ -19,4 +19,4 @@ jobs: with: persist-credentials: false - name: ๐Ÿ”„ Sync labels - uses: devantler-tech/actions/sync-github-labels@17691ce06f7c2324d7a41a60ec9cc3baf471bfea # v3.2.4 + uses: devantler-tech/actions/sync-github-labels@59d3ffbe1a9437fcc39e2794fa2f221abe878310 # v3.3.0 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c458c91..1687dd1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -164,7 +164,7 @@ jobs: if: ${{ always() }} steps: - name: ๐Ÿ“Š Require all CI checks to pass - uses: devantler-tech/actions/require-checks-in-pr@17691ce06f7c2324d7a41a60ec9cc3baf471bfea # v3.2.4 + uses: devantler-tech/actions/require-checks-in-pr@59d3ffbe1a9437fcc39e2794fa2f221abe878310 # v3.3.0 with: job-results: >- ${{ needs.test-zizmor.result }} diff --git a/.github/workflows/run-dotnet-tests.yaml b/.github/workflows/run-dotnet-tests.yaml index d925849..92c9215 100644 --- a/.github/workflows/run-dotnet-tests.yaml +++ b/.github/workflows/run-dotnet-tests.yaml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: ๐Ÿงช Test .NET solution or project - uses: devantler-tech/actions/run-dotnet-tests@17691ce06f7c2324d7a41a60ec9cc3baf471bfea # v3.2.4 + uses: devantler-tech/actions/run-dotnet-tests@59d3ffbe1a9437fcc39e2794fa2f221abe878310 # v3.3.0 with: app-id: ${{ vars.APP_ID }} app-private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/scan-for-todo-comments.yaml b/.github/workflows/scan-for-todo-comments.yaml index 23a5323..4f7a956 100644 --- a/.github/workflows/scan-for-todo-comments.yaml +++ b/.github/workflows/scan-for-todo-comments.yaml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: ๐Ÿ“ Create issues from TODOs - uses: devantler-tech/actions/create-issues-from-todos@17691ce06f7c2324d7a41a60ec9cc3baf471bfea # v3.2.4 + uses: devantler-tech/actions/create-issues-from-todos@59d3ffbe1a9437fcc39e2794fa2f221abe878310 # v3.3.0 with: app-id: ${{ vars.APP_ID }} app-private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/update-copilot-skills.yaml b/.github/workflows/update-copilot-skills.yaml index 31c8e0e..b04748e 100644 --- a/.github/workflows/update-copilot-skills.yaml +++ b/.github/workflows/update-copilot-skills.yaml @@ -62,7 +62,7 @@ jobs: - name: ๐Ÿ”„ Update installed skills id: update - uses: devantler-tech/actions/update-copilot-skills@17691ce06f7c2324d7a41a60ec9cc3baf471bfea # v3.2.4 + uses: devantler-tech/actions/update-copilot-skills@59d3ffbe1a9437fcc39e2794fa2f221abe878310 # v3.3.0 with: dir: ${{ inputs.dir }} unpin: ${{ inputs.unpin }}