Skip to content

Commit 90bb5cb

Browse files
authored
chore: bump exercise-toolkit version (#80)
1 parent d9dbacf commit 90bb5cb

5 files changed

Lines changed: 15 additions & 14 deletions

File tree

.github/workflows/0-start-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: |
3737
!github.event.repository.is_template
3838
name: Start Exercise
39-
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.3.0
39+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0
4040
with:
4141
exercise-title: "Secure your Repository's Supply Chain"
4242
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. 💻✨"
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
repository: skills/exercise-toolkit
5959
path: exercise-toolkit
60-
ref: v0.3.0
60+
ref: v0.6.0
6161

6262
- name: Build comment - add step content
6363
id: build-comment

.github/workflows/1-dependency-graph.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
find_exercise:
2222
name: Find Exercise Issue
23-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.3.0
23+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2424
if: |
2525
github.run_number != 1
2626
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
repository: skills/exercise-toolkit
4444
path: exercise-toolkit
45-
ref: v0.3.0
45+
ref: v0.6.0
4646

4747
- name: Update comment - checking work
4848
run: |
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
repository: skills/exercise-toolkit
108108
path: exercise-toolkit
109-
ref: v0.3.0
109+
ref: v0.6.0
110110

111111
- name: Build comment - add step content
112112
id: build-comment

.github/workflows/2-dependabot-alerts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
find_exercise:
2222
name: Find Exercise Issue
23-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.3.0
23+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2424
if: |
2525
github.run_number != 1
2626
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
repository: skills/exercise-toolkit
4444
path: exercise-toolkit
45-
ref: v0.3.0
45+
ref: v0.6.0
4646

4747
- name: Update comment - checking work
4848
run: |
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
repository: skills/exercise-toolkit
143143
path: exercise-toolkit
144-
ref: v0.3.0
144+
ref: v0.6.0
145145

146146
- name: Build comment - add step content
147147
id: build-comment

.github/workflows/3-dependabot-security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
find_exercise:
2222
name: Find Exercise Issue
23-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.3.0
23+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2424
if: |
2525
github.run_number != 1
2626
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
repository: skills/exercise-toolkit
4444
path: exercise-toolkit
45-
ref: v0.3.0
45+
ref: v0.6.0
4646

4747
- name: Update comment - checking work
4848
run: |
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
repository: skills/exercise-toolkit
144144
path: exercise-toolkit
145-
ref: v0.3.0
145+
ref: v0.6.0
146146

147147
- name: Build comment - add step content
148148
id: build-comment

.github/workflows/4-dependabot-versions.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
find_exercise:
2222
name: Find Exercise Issue
23-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.3.0
23+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2424
if: |
2525
github.run_number != 1
2626
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
repository: skills/exercise-toolkit
4444
path: exercise-toolkit
45-
ref: v0.3.0
45+
ref: v0.6.0
4646

4747
# START: Check practical exercise
4848

@@ -97,9 +97,10 @@ jobs:
9797
finish_exercise:
9898
name: Finish Exercise
9999
needs: [find_exercise, post_review_content]
100-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.3.0
100+
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
101101
with:
102102
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
103+
exercise-title: "Secure your Repository Supply Chain"
103104

104105
disable_workflow:
105106
name: Disable this workflow

0 commit comments

Comments
 (0)