Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/0-start-exercise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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. 💻✨"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/1-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-dependabot-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3-dependabot-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/4-dependabot-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down