🏡 index : github.com/captn3m0/skills-secure-repository-supply-chain.git

Diff

 .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 21ecf2f..158b88f 100644
--- a/.github/workflows/0-start-exercise.yml
+++ a/.github/workflows/0-start-exercise.yml
@@ -36,7 +36,7 @@
    if: |

      !github.event.repository.is_template
    name: Start Exercise
    uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.3.0
    uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.4.0
    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 07bd208..99c1693 100644
--- a/.github/workflows/1-dependency-graph.yml
+++ a/.github/workflows/1-dependency-graph.yml
@@ -20,7 +20,7 @@
jobs:
  find_exercise:
    name: Find Exercise Issue
    uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.3.0
    uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
    if: |

      github.run_number != 1

diff --git a/.github/workflows/2-dependabot-alerts.yml b/.github/workflows/2-dependabot-alerts.yml
index c43457a..7196daf 100644
--- a/.github/workflows/2-dependabot-alerts.yml
+++ a/.github/workflows/2-dependabot-alerts.yml
@@ -20,7 +20,7 @@
jobs:
  find_exercise:
    name: Find Exercise Issue
    uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.3.0
    uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
    if: |

      github.run_number != 1

diff --git a/.github/workflows/3-dependabot-security.yml b/.github/workflows/3-dependabot-security.yml
index 7f72399..e2a4983 100644
--- a/.github/workflows/3-dependabot-security.yml
+++ a/.github/workflows/3-dependabot-security.yml
@@ -20,7 +20,7 @@
jobs:
  find_exercise:
    name: Find Exercise Issue
    uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.3.0
    uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
    if: |

      github.run_number != 1

diff --git a/.github/workflows/4-dependabot-versions.yml b/.github/workflows/4-dependabot-versions.yml
index bf3b7f4..baf94eb 100644
--- a/.github/workflows/4-dependabot-versions.yml
+++ a/.github/workflows/4-dependabot-versions.yml
@@ -20,7 +20,7 @@
jobs:
  find_exercise:
    name: Find Exercise Issue
    uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.3.0
    uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
    if: |

      github.run_number != 1

@@ -97,7 +97,7 @@
  finish_exercise:
    name: Finish Exercise
    needs: [find_exercise, post_review_content]
    uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.3.0
    uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.4.0
    with:
      issue-url: ${{ needs.find_exercise.outputs.issue-url }}