Skip to content

Commit 5d1d164

Browse files
BagToadCopilot
andcommitted
ci: pin GitHub Actions to commit SHAs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 23f83e6 commit 5d1d164

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
run: script/release --local "$TAG_NAME" --platform windows
229229
- name: Set up MSBuild
230230
id: setupmsbuild
231-
uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57
231+
uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0
232232
- name: Build MSI
233233
shell: bash
234234
env:

.github/workflows/triage-issues.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,56 +6,56 @@ on:
66
jobs:
77
label-incoming:
88
if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'unlabeled'
9-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-label-incoming.yml@main
9+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-label-incoming.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
1010
permissions:
1111
issues: write
1212

1313
close-invalid:
1414
if: github.event.action == 'labeled'
15-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-invalid.yml@main
15+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-invalid.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
1616
permissions:
1717
contents: read
1818
issues: write
1919
pull-requests: write
2020

2121
close-suspected-spam:
2222
if: github.event.action == 'labeled'
23-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-suspected-spam.yml@main
23+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-suspected-spam.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
2424
permissions:
2525
issues: write
2626

2727
close-single-word:
2828
if: github.event.action == 'opened'
29-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-single-word-issues.yml@main
29+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-single-word-issues.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
3030
permissions:
3131
issues: write
3232

3333
close-off-topic:
3434
if: github.event.action == 'labeled'
35-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-off-topic.yml@main
35+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-off-topic.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
3636
permissions:
3737
issues: write
3838

3939
enhancement-comment:
4040
if: github.event.action == 'labeled'
41-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-enhancement-comment.yml@main
41+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-enhancement-comment.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
4242
permissions:
4343
issues: write
4444

4545
unable-to-reproduce:
4646
if: github.event.action == 'labeled'
47-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-unable-to-reproduce-comment.yml@main
47+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-unable-to-reproduce-comment.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
4848
permissions:
4949
issues: write
5050

5151
remove-needs-triage:
5252
if: github.event.action == 'labeled'
53-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-remove-needs-triage.yml@main
53+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-remove-needs-triage.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
5454
permissions:
5555
issues: write
5656

5757
on-issue-close:
5858
if: github.event.action == 'closed'
59-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-on-issue-close.yml@main
59+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-on-issue-close.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
6060
permissions:
6161
issues: write

.github/workflows/triage-pull-requests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: >-
1111
github.event_name == 'pull_request_target' &&
1212
(github.event.action == 'opened' || github.event.action == 'reopened')
13-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-label-external-pr.yml@main
13+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-label-external-pr.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
1414
permissions:
1515
issues: write
1616
pull-requests: write
@@ -20,7 +20,7 @@ jobs:
2020
if: >-
2121
github.event_name == 'pull_request_target' &&
2222
github.event.action == 'opened'
23-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-from-default-branch.yml@main
23+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-from-default-branch.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
2424
with:
2525
default_branch: trunk
2626
permissions:
@@ -30,7 +30,7 @@ jobs:
3030
if: >-
3131
github.event_name == 'pull_request_target' &&
3232
(github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'edited' || github.event.action == 'ready_for_review')
33-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-pr-requirements.yml@main
33+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-pr-requirements.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
3434
with:
3535
enable_pr_screening: true
3636
days_until_close: 4
@@ -41,7 +41,7 @@ jobs:
4141

4242
close-unmet-requirements:
4343
if: github.event_name == 'schedule'
44-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-pr-requirements.yml@main
44+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-pr-requirements.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
4545
with:
4646
enable_pr_screening: true
4747
days_until_close: 4
@@ -54,14 +54,14 @@ jobs:
5454
if: >-
5555
github.event_name == 'pull_request_target' &&
5656
github.event.action == 'labeled'
57-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-no-help-wanted.yml@main
57+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-close-no-help-wanted.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
5858
permissions:
5959
pull-requests: write
6060

6161
ready-for-review:
6262
if: >-
6363
github.event_name == 'pull_request_target' &&
6464
github.event.action == 'labeled'
65-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-ready-for-review.yml@main
65+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-ready-for-review.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
6666
permissions:
6767
pull-requests: write

.github/workflows/triage-scheduled-tasks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
jobs:
1212
no-response:
1313
if: github.event_name == 'issue_comment' || github.event.schedule == '5 * * * *'
14-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-no-response-close.yml@main
14+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-no-response-close.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
1515
permissions:
1616
issues: write
1717

1818
stale:
1919
if: github.event.schedule == '0 3 * * *'
20-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-stale-issues.yml@main
20+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-stale-issues.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
2121
with:
2222
days_before_stale: 30
2323
days_before_close: -1
@@ -29,6 +29,6 @@ jobs:
2929

3030
pitch-surface:
3131
if: github.event.schedule == '0 14 1 * *' || github.event_name == 'workflow_dispatch'
32-
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/pitch-surface-top-issues.yml@main
32+
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/pitch-surface-top-issues.yml@df758d511475056e61d6d3a123621a854f10c646 # v0.0.1
3333
permissions:
3434
issues: write

0 commit comments

Comments
 (0)