Skip to content

Commit 278bb12

Browse files
authored
sync: update 26 files from source repository (#53)
1 parent 1cd19d9 commit 278bb12

26 files changed

+35
-38
lines changed

.github/actions/warm-cache/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ runs:
6666
echo "$key=$value" >> $GITHUB_ENV
6767
done
6868
69-
# --------------------------------------------------------------------
70-
# Checkout code to access local actions (setup-go-with-cache, setup-magex)
71-
# --------------------------------------------------------------------
72-
- name: 📥 Checkout code
73-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
74-
7569
# --------------------------------------------------------------------
7670
# Set environment variables
7771
# --------------------------------------------------------------------

.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
68+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
46+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
65+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
131+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
73+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
219+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
434+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
63+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
119+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
67+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
63+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6464

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

0 commit comments

Comments
 (0)