Skip to content

Commit 50693ef

Browse files
Pin GitHub Actions to full-length commit SHAs (#1198)
1 parent c377a11 commit 50693ef

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
groups:
6+
github-actions:
7+
patterns: ["*"]
8+
schedule:
9+
interval: "weekly"
10+
cooldown:
11+
default-days: 7

.github/workflows/autoAssignABTT.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
name: Assign to ABTT Project
1414
steps:
1515
- name: "Add triage and area labels"
16-
uses: actions-ecosystem/action-add-labels@v1
16+
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
labels: |
2020
Area: TaskLib
2121
triage
2222
2323
- name: "Assign newly opened issues to project board"
24-
uses: actions/add-to-project@v0.4.1
24+
uses: actions/add-to-project@4756e6330fe1e0a736690d3cfd9f11c9399c2ed4 # v0.4.1
2525
with:
2626
project-url: https://github.com/orgs/microsoft/projects/755
2727
github-token: ${{ secrets.ABTT_TOKEN }}

.github/workflows/localization-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515
if: github.actor == 'csigs'
1616
steps:
17-
- uses: actions/github-script@v3
17+
- uses: actions/github-script@ffc2c79a5b2490bd33e0a41c1de74b877714d736 # v3.2.0
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
script: |

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
issues: write
1414
steps:
15-
- uses: actions/stale@v3
15+
- uses: actions/stale@98ed4cb500039dbcccf4bd9bedada4d0187f2757 # v3.0.19
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: 'This issue has had no activity in 90 days. Please comment if it is not actually stale'

0 commit comments

Comments
 (0)