Skip to content

Commit ad65dd4

Browse files
authored
Merge pull request #127 from Linuxfabrik/dependabot/github_actions/github/codeql-action-4.35.2
chore(deps): bump github/codeql-action from 4.35.1 to 4.35.2
2 parents 3b029b2 + 58294e5 commit ad65dd4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Initializes the CodeQL tools for scanning.
7171
- name: Initialize CodeQL
72-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
72+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
7373
with:
7474
languages: ${{ matrix.language }}
7575
build-mode: ${{ matrix.build-mode }}
@@ -97,6 +97,6 @@ jobs:
9797
exit 1
9898
9999
- name: Perform CodeQL Analysis
100-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
100+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
101101
with:
102102
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
retention-days: 5
4343

4444
- name: 'Upload to code-scanning'
45-
uses: 'github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13' # v4
45+
uses: 'github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225' # v4
4646
with:
4747
sarif_file: 'results.sarif'

0 commit comments

Comments
 (0)