Skip to content

Commit 5558f03

Browse files
Pin GitHub Actions to commit SHAs
1 parent 52f4f33 commit 5558f03

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/dependabot.yml

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

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
build-mode: manual
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v4
44+
uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
4545
with:
4646
languages: ${{ matrix.language }}
4747
build-mode: ${{ matrix.build-mode }}
@@ -70,6 +70,6 @@ jobs:
7070
CODE_SIGNING_ALLOWED="NO"
7171
7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@v4
73+
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
7474
with:
7575
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)