Skip to content

Commit 190a5bb

Browse files
GitHub Actions: Bump the github-actions-dependency group with 2 updates (#1370)
1 parent 046666b commit 190a5bb

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ jobs:
9090
persist-credentials: false
9191

9292
- name: "Initialize CodeQL build mode"
93-
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
93+
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
9494
with:
9595
languages: ${{ matrix.language }}
9696
build-mode: none
9797
source-root: .
9898

9999
- name: "Perform CodeQL analysis"
100-
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
100+
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
101101
with:
102102
category: "/language:${{matrix.language}}"
103103

@@ -132,16 +132,16 @@ jobs:
132132
persist-credentials: false
133133

134134
- name: "Initialize CodeQL"
135-
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
135+
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
136136
with:
137137
languages: ${{ matrix.language }}
138138
dependency-caching: true
139139

140140
- name: "Autobuild"
141-
uses: github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
141+
uses: github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
142142

143143
- name: "Perform CodeQL Analysis"
144-
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
144+
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
145145
with:
146146
category: "/language:${{ matrix.language }}"
147147

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
repo_token: ${{ secrets.SYS_EMF_GH_TOKEN }}
5656
publish_results: true
5757
- name: "Upload Scorecard Results"
58-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
58+
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
5959
with:
6060
sarif_file: scorecard-results.sarif
6161
- name: "Upload Scorecard Results"

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
persist-credentials: false
4949
- name: "Run Zizmor scan"
50-
uses: open-edge-platform/geti-ci/actions/zizmor@e80098b3d180db37914f11ff6021f9fa34d0bb9f
50+
uses: open-edge-platform/geti-ci/actions/zizmor@0bed754fc7db24b5f9f15e7ead2eb4acdb0c7263
5151
with:
5252
scan-scope: ${{ contains(fromJSON('["pull_request","merge_group"]'), github.event_name) && 'changed' || 'all' }}
5353
severity-level: ${{ contains(fromJSON('["pull_request","merge_group"]'), github.event_name) && 'HIGH' || 'LOW' }}

0 commit comments

Comments
 (0)