Skip to content

Commit

Permalink
Release v2.5.2 (#204)
Browse files Browse the repository at this point in the history
* Release v2.5.2

* Update workflow
  • Loading branch information
BernieWhite authored Oct 25, 2022
1 parent 5fede9e commit 60dc2e7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Steps to reproduce the issue:

**Action version:**

- Version: **microsoft/[email protected].1**
- Version: **microsoft/[email protected].2**

**Additional context**

Expand Down
22 changes: 10 additions & 12 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
name: Analyze
on:
push:
branches: [ main, 'release/*', 'dependencies/*' ]
branches: [main, 'release/*', 'dependencies/*']
pull_request:
branches: [ main, 'release/*' ]
branches: [main, 'release/*']
schedule:
- cron: '42 18 * * 0' # At 6:42 PM, on Sunday each week
- cron: '42 18 * * 0' # At 6:42 PM, on Sunday each week
workflow_dispatch:

jobs:
Expand All @@ -25,15 +25,14 @@ jobs:
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Checkout
uses: actions/checkout@v3

- name: Run PSRule analysis
uses: microsoft/[email protected]
with:
modules: PSRule.Rules.MSFT.OSS
prerelease: true
- name: Run PSRule analysis
uses: microsoft/[email protected]
with:
modules: PSRule.Rules.MSFT.OSS
prerelease: true

devskim:
name: Analyze with DevSkim
Expand All @@ -43,7 +42,6 @@ jobs:
contents: read
security-events: write
steps:

- name: Checkout
uses: actions/checkout@v3

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get the latest stable release use:

```yaml
- name: Run PSRule analysis
uses: microsoft/[email protected].1
uses: microsoft/[email protected].2
```
To get the latest bits use:
Expand All @@ -29,7 +29,7 @@ For example:

```yaml
- name: Run PSRule analysis
uses: microsoft/[email protected].1
uses: microsoft/[email protected].2
with:
version: '1.11.1'
```
Expand Down Expand Up @@ -186,7 +186,7 @@ When set:
To use PSRule:

1. See [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).
2. Reference `microsoft/[email protected].1`.
2. Reference `microsoft/[email protected].2`.
For example:

```yaml
Expand All @@ -202,7 +202,7 @@ jobs:
uses: actions/checkout@v3
- name: Run PSRule analysis
uses: microsoft/[email protected].1
uses: microsoft/[email protected].2
```

3. Create rules within the `.ps-rule/` directory.
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ See [upgrade notes][upgrade-notes] for helpful information when upgrading from p

## Unreleased

## v2.5.2

What's changed since v2.5.1:

- Engineering:
Expand Down

0 comments on commit 60dc2e7

Please sign in to comment.