Skip to content

Bump actions/checkout from 4.2.2 to 5.0.0 #1289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions .github/workflows/PR-powershell-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
workflows: ${{ steps.filter.outputs.workflows }}
steps:
- name: checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue

# For pull requests it's not necessary to checkout the code
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0
Expand All @@ -62,7 +62,7 @@
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Prepare Agent
uses: ./.github/workflows/composite/prep
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PR-powershell-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
workflows: ${{ steps.filter.outputs.workflows }}
steps:
- name: checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue

# For pull requests it's not necessary to checkout the code
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0
Expand All @@ -62,7 +62,7 @@
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Check for applicable files
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PR-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
workflows: ${{ steps.filter.outputs.workflows }}
steps:
- name: checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue

# For pull requests it's not necessary to checkout the code
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0
Expand All @@ -64,7 +64,7 @@
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Check for applicable files
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-powershell-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Prepare Agent
uses: ./.github/workflows/composite/prep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue

- name: Prepare Agent
uses: ./.github/workflows/composite/prep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v2.7.0
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v2.7.0
with:
persist-credentials: false

Expand Down
Loading