Skip to content

Commit 3c6042f

Browse files
committed
Pin Actions and enable Dependabot (#295)
1 parent 6f8b86d commit 3c6042f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
path: ~/.conan2/p/
6969
key: conan-${{ runner.os }}-${{ matrix.compiler }}-boost_${{ matrix.boost }}-${{ hashFiles('conanfile.py') }}
7070
- name: Setup Ninja
71-
uses: turtlesec-no/get-ninja@main
71+
uses: turtlesec-no/get-ninja@3e85fb0044ada1440765803dd87c838edf79def8
7272
- name: Setup MSVC
73-
uses: ilammy/msvc-dev-cmd@v1
73+
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
7474
- name: Install dependencies
7575
run: |
7676
pip3 install -U conan
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
steps:
119119
- uses: actions/checkout@main
120-
- uses: jidicula/clang-format-action@main
120+
- uses: jidicula/clang-format-action@cd22ed667fc160ec21ab482160adf16cc79274af
121121
name: "Verify formatting"
122122
with:
123123
clang-format-version: 19

0 commit comments

Comments
 (0)