Skip to content

Commit dcca874

Browse files
Pin GitHub Actions to full-length commit SHAs
1 parent 08684f9 commit dcca874

3 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/clang-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
clang-format:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
1313
- name: Set up Python 3.12
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
1515
with:
1616
python-version: "3.12"
1717
- name: Install dependencies

.github/workflows/test-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: exit 1
3636

3737
- name: Checkout Triton-Shared
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
3939
with:
4040
ref: ${{ inputs.triton-shared-ref }}
4141
path: triton_shared
@@ -119,7 +119,7 @@ jobs:
119119
run: exit 1
120120

121121
- name: Checkout Triton-Shared
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
123123
with:
124124
ref: ${{ inputs.triton-shared-ref }}
125125
path: triton_shared

0 commit comments

Comments
 (0)