From 8d77b25ec78b8520559dce88da154a14ff7d483b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 18:23:38 +0000 Subject: [PATCH] Bump skills/exercise-toolkit from 0.6.0 to 0.7.3 Bumps [skills/exercise-toolkit](https://github.com/skills/exercise-toolkit) from 0.6.0 to 0.7.3. - [Release notes](https://github.com/skills/exercise-toolkit/releases) - [Commits](https://github.com/skills/exercise-toolkit/compare/v0.6.0...v0.7.3) --- updated-dependencies: - dependency-name: skills/exercise-toolkit dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/0-start-exercise.yml | 2 +- .github/workflows/1-dependency-graph.yml | 2 +- .github/workflows/2-dependabot-alerts.yml | 2 +- .github/workflows/3-dependabot-security.yml | 2 +- .github/workflows/4-dependabot-versions.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index 51a4379..0cbe3bd 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -36,7 +36,7 @@ jobs: if: | !github.event.repository.is_template name: Start Exercise - uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0 + uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.3 with: exercise-title: "Secure your Repository's Supply Chain" intro-message: "Let's explore how to secure your repository's supply chain, understand dependencies in your environment, and find vulnerabilities in those dependencies and patch them. 💻✨" diff --git a/.github/workflows/1-dependency-graph.yml b/.github/workflows/1-dependency-graph.yml index cf45ce0..3f48efa 100644 --- a/.github/workflows/1-dependency-graph.yml +++ b/.github/workflows/1-dependency-graph.yml @@ -20,7 +20,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3 if: | github.run_number != 1 diff --git a/.github/workflows/2-dependabot-alerts.yml b/.github/workflows/2-dependabot-alerts.yml index 7dd765c..f498566 100644 --- a/.github/workflows/2-dependabot-alerts.yml +++ b/.github/workflows/2-dependabot-alerts.yml @@ -20,7 +20,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3 if: | github.run_number != 1 diff --git a/.github/workflows/3-dependabot-security.yml b/.github/workflows/3-dependabot-security.yml index 919dea1..abbf329 100644 --- a/.github/workflows/3-dependabot-security.yml +++ b/.github/workflows/3-dependabot-security.yml @@ -20,7 +20,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3 if: | github.run_number != 1 diff --git a/.github/workflows/4-dependabot-versions.yml b/.github/workflows/4-dependabot-versions.yml index 28d262e..ed4fcee 100644 --- a/.github/workflows/4-dependabot-versions.yml +++ b/.github/workflows/4-dependabot-versions.yml @@ -20,7 +20,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3 if: | github.run_number != 1 @@ -97,7 +97,7 @@ jobs: finish_exercise: name: Finish Exercise needs: [find_exercise, post_review_content] - uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0 + uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.7.3 with: issue-url: ${{ needs.find_exercise.outputs.issue-url }} exercise-title: "Secure your Repository Supply Chain"