Skip to content

Commit 33aae82

Browse files
committed
ci: refresh CodeQL action pin
1 parent 84ef50d commit 33aae82

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ updates:
1919
prefix: ci
2020
include: scope
2121
groups:
22-
actions-minor-and-patch:
22+
github-actions:
2323
applies-to: version-updates
24-
update-types:
25-
- minor
26-
- patch
24+
patterns:
25+
- "*"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636

3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3
38+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
3939
with:
4040
languages: ${{ matrix.language }}
4141
queries: security-and-quality
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3
44+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4545
with:
4646
category: "/language:${{ matrix.language }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
retention-days: 14
4747

4848
- name: Upload Scorecard SARIF (code scanning)
49-
uses: github/codeql-action/upload-sarif@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3
49+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
5050
with:
5151
sarif_file: results.sarif

0 commit comments

Comments
 (0)