Skip to content

Commit 8107550

Browse files
authored
sync: update 25 files from source repository (#5)
1 parent 78d41bc commit 8107550

25 files changed

+39
-38
lines changed

.github/workflows/auto-merge-on-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Check out code to access env file
6666
# --------------------------------------------------------------------
6767
- name: 📥 Checkout code (sparse)
68-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
68+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6969
with:
7070
sparse-checkout: |
7171
.github/.env.base

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
46+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Check out code to access env file
6363
# --------------------------------------------------------------------
6464
- name: 📥 Checkout code (sparse)
65-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
65+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6666
with:
6767
sparse-checkout: |
6868
.github/.env.base

.github/workflows/fortress-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
# Checkout code and set up Go environment
129129
# --------------------------------------------------------------------
130130
- name: 📥 Checkout code
131-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
131+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
132132

133133
# --------------------------------------------------------------------
134134
# Setup Go with caching and version management

.github/workflows/fortress-code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Checkout code (required for local actions)
7171
# --------------------------------------------------------------------
7272
- name: 📥 Checkout code
73-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
73+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7474

7575
# --------------------------------------------------------------------
7676
# Parse environment variables
@@ -216,7 +216,7 @@ jobs:
216216
# Checkout code (required for local actions)
217217
# --------------------------------------------------------------------
218218
- name: 📥 Checkout code
219-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
219+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
220220

221221
# --------------------------------------------------------------------
222222
# Parse environment variables
@@ -431,7 +431,7 @@ jobs:
431431
# Checkout code (required for local actions)
432432
# --------------------------------------------------------------------
433433
- name: 📥 Checkout repository
434-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
434+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
435435

436436
# --------------------------------------------------------------------
437437
# Parse environment variables

.github/workflows/fortress-completion-finalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Checkout repository for local actions
6161
# --------------------------------------------------------------------
6262
- name: 📥 Checkout Repository
63-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
63+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6464

6565
# --------------------------------------------------------------------
6666
# Parse inputs and setup

.github/workflows/fortress-completion-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# Checkout repository for local actions
117117
# --------------------------------------------------------------------
118118
- name: 📥 Checkout Repository
119-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
119+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
120120

121121
# --------------------------------------------------------------------
122122
# Parse environment variables

.github/workflows/fortress-completion-statistics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Checkout repository for local actions
6565
# --------------------------------------------------------------------
6666
- name: 📥 Checkout Repository
67-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
67+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6868

6969
# --------------------------------------------------------------------
7070
# Parse environment variables

.github/workflows/fortress-completion-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Checkout repository for local actions
6161
# --------------------------------------------------------------------
6262
- name: 📥 Checkout Repository
63-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
63+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6464

6565
# --------------------------------------------------------------------
6666
# Parse environment variables

.github/workflows/fortress-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
echo "✅ Branch helper functions created"
159159
160160
- name: 📥 Checkout code
161-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
161+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
162162
with:
163163
fetch-depth: 0 # Fetch all history including tags for version display
164164

@@ -2338,7 +2338,7 @@ jobs:
23382338
done
23392339
23402340
- name: 📥 Checkout code
2341-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2341+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
23422342
with:
23432343
fetch-depth: 2 # Need history for codecov to detect changes
23442344

0 commit comments

Comments
 (0)