Skip to content

Commit e4ae2f9

Browse files
committed
feat(version): v0.2.0
1 parent 3b1eece commit e4ae2f9

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
5959
github-release:
60-
uses: advanced-security/reusable-workflows/.github/workflows/release.yml@v0.1.0
60+
uses: advanced-security/reusable-workflows/.github/workflows/release.yml@v0.2.0
6161
needs: [ version-changes ]
6262
if: ${{ needs.version-changes.outputs.release == 'true' }}
6363
secrets: inherit

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ on:
2626
jobs:
2727
# Run the tests on all supported versions of Python
2828
testing:
29-
uses: advanced-security/reusable-workflows/.github/workflows/python-testing.yml@v0.1.0
29+
uses: advanced-security/reusable-workflows/.github/workflows/python-testing.yml@v0.2.0
3030
secrets: inherit
3131
with:
3232
versions: ${{ inputs.versions }}
3333

3434
# Run linters on the codebase
3535
linting:
36-
uses: advanced-security/reusable-workflows/.github/workflows/python-linting.yml@v0.1.0
36+
uses: advanced-security/reusable-workflows/.github/workflows/python-linting.yml@v0.2.0
3737
needs: [ testing ]
3838
secrets: inherit
3939
with:
4040
versions: ${{ inputs.versions }}
4141

4242
# Vendor the dependencies into the repository if needed
4343
vendoring:
44-
uses: advanced-security/reusable-workflows/.github/workflows/python-vendor.yml@v0.1.0
44+
uses: advanced-security/reusable-workflows/.github/workflows/python-vendor.yml@v0.2.0
4545
needs: [ testing, linting ]
4646
if: ${{ inputs.vendor == 'true' }}
4747
secrets: inherit
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Release a new version of the package
5353
release:
54-
uses: advanced-security/reusable-workflows/.github/workflows/python-release.yml@v0.1.0
54+
uses: advanced-security/reusable-workflows/.github/workflows/python-release.yml@v0.2.0
5555
needs: [ testing, linting ]
5656
secrets: inherit
5757
with:

.github/workflows/self-dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ permissions:
1919

2020
jobs:
2121
dependency-review:
22-
uses: advanced-security/reusable-workflows/.github/workflows/dependency-review.yml@v0.1.0
22+
uses: advanced-security/reusable-workflows/.github/workflows/dependency-review.yml@v0.2.0
2323
secrets: inherit

.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "reusable-workflows"
2-
version: "0.1.0"
2+
version: "0.2.0"
33

44
locations:
55
- name: "Actions Versions"

wiki/Build-Container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This workflow does the following:
1515
**Simple:**
1616

1717
```yaml
18-
uses: advanced-security/reusable-workflows/.github/workflows/container.yml@v0.1.0
18+
uses: advanced-security/reusable-workflows/.github/workflows/container.yml@v0.2.0
1919
secrets: inherit
2020
with:
2121
# This is used for tagging the container image.
@@ -26,7 +26,7 @@ with:
2626
**With Settings:**
2727
2828
```yaml
29-
uses: advanced-security/reusable-workflows/.github/workflows/container.yml@v0.1.0
29+
uses: advanced-security/reusable-workflows/.github/workflows/container.yml@v0.2.0
3030
secrets: inherit
3131
with:
3232
# This is used for tagging the container image

wiki/Build-Python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The Action will try to determine how to install, build, test, and lint your proj
1515
**Simple:**
1616

1717
```yaml
18-
uses: advanced-security/reusable-workflows/.github/workflows/python.yml@v0.1.0
18+
uses: advanced-security/reusable-workflows/.github/workflows/python.yml@v0.2.0
1919
```
2020
2121
**With Settings:**
2222
2323
```yaml
24-
uses: advanced-security/reusable-workflows/.github/workflows/python-build.yml@v0.1.0
24+
uses: advanced-security/reusable-workflows/.github/workflows/python-build.yml@v0.2.0
2525
with:
2626
install: true # Install dependencies (default is true)
2727
build: false # Build the project

wiki/Linting-Markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Lint markdown files in your repository.
99
**Simple:**
1010

1111
```yaml
12-
uses: advanced-security/reusable-workflows/.github/workflows/markdown-lint.yml@v0.1.0
12+
uses: advanced-security/reusable-workflows/.github/workflows/markdown-lint.yml@v0.2.0
1313
secrets: inherit
1414
```

wiki/RepoMang-Labeler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Automatically label pull requests based on the paths that were modified.
1111
**Simple:**
1212

1313
```yaml
14-
uses: advanced-security/reusable-workflows/.github/workflows/labeler.yml@v0.1.0
14+
uses: advanced-security/reusable-workflows/.github/workflows/labeler.yml@v0.2.0
1515
secrets: inherit
1616
```

wiki/Security-DepReview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Making Dependency Review easy for your projects to use and maintain.
99
**Simple:**
1010

1111
```yaml
12-
uses: advanced-security/reusable-workflows/.github/workflows/dependency-review.yml@v0.1.0
12+
uses: advanced-security/reusable-workflows/.github/workflows/dependency-review.yml@v0.2.0
1313
secrets: inherit
1414
```

0 commit comments

Comments
 (0)