Skip to content

Commit 5ae7e4f

Browse files
Bump actions/checkout from 3.0.0 to 3.0.1 (#16)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fff8549 commit 5ae7e4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/analyze-code-ghsl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: "ubuntu-latest"
2020
steps:
2121
- name: "Checkout Repository"
22-
uses: "actions/[email protected].0"
22+
uses: "actions/[email protected].1"
2323
with:
2424
fetch-depth: 0
2525
- name: "Analyze Repository"

.github/workflows/publish-psg-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "windows-latest"
1212
steps:
1313
- name: "Checkout Repository"
14-
uses: "actions/[email protected].0"
14+
uses: "actions/[email protected].1"
1515
- name: "Modify PowerShell Repository"
1616
id: "modify-powershell-repository"
1717
run: |

.github/workflows/scan-virus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- "parse-inputs"
4646
steps:
4747
- name: "Checkout Repository"
48-
uses: "actions/[email protected].0"
48+
uses: "actions/[email protected].1"
4949
with:
5050
fetch-depth: "${{needs.parse-inputs.outputs.depth}}"
5151
- name: "${{needs.parse-inputs.outputs.title}} Scan Repository"

0 commit comments

Comments
 (0)