Skip to content

Commit 579fd96

Browse files
Refresh GitHub Action release tags
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 20bbb73 commit 579fd96

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/Update-GitHubActionPins.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if (-not [string]::IsNullOrWhiteSpace($token)) {
7171
$headers.Authorization = "Bearer $token"
7272
}
7373

74-
$linePattern = [regex]'(?m)^(?<prefix>[ \t]*uses:[ \t]*)(?<action>[^@\s]+)@(?<sha>[^\s#]+)(?:[ \t]*#.*)?(?<carriageReturn>\r?)$'
74+
$linePattern = [regex]'(?m)^(?<prefix>[ \t]*uses:[ \t]*)(?<action>[^@\s]+)@(?<sha>[^\s#]+)(?:[ \t]*#[^\r\n]*)?(?<carriageReturn>\r?)$'
7575
$pins = @{}
7676

7777
Get-ChildItem -LiteralPath $root -Recurse -File -Include '*.yml', '*.yaml' | ForEach-Object {

.github/workflows/Workflow-Test-Default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: Download docs artifact
66-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
66+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6767
with:
6868
name: docs
6969
path: tests/srcTestRepo/outputs/docs

.github/workflows/Workflow-Test-WithManifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464

6565
- name: Download docs artifact
66-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
66+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6767
with:
6868
name: docs
6969
path: tests/srcWithManifestTestRepo/outputs/docs

0 commit comments

Comments
 (0)