Skip to content
Merged
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/bootstrap-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Determine current state
id: current_state
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README.
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0 # Let's get all the branches.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.01
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v6.01
with:
repository: ${{ github.repository }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
packages: read
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.01
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v6.01

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.01
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v6.01
with:
repository: ${{ github.repository }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.01
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v6.01
with:
repository: ${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/powershell-script-module-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.01
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v6.01
with:
repository: ${{ github.repository }}
fetch-depth: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
module-list: ${{ steps.resolve-dependencies.outputs.module-list }}
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.01
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v6.01
with:
repository: ${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/powershell-script-module-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.01
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 #v6.01
with:
repository: ${{ github.repository }}

Expand Down