Skip to content

Commit f86009f

Browse files
chore(deps): update github actions
1 parent 84b4a50 commit f86009f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
path: ${{ matrix.artifact_path }} # NOTE: Image artifacts are store in separate directory than coverage
216216

217217
- name: Upload to Codecov
218-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
218+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
219219
with:
220220
codecov_yml_path: .codecov.yml
221221
files: "**/*.out"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
# Initializes the CodeQL tools for scanning.
166166
- name: Initialize CodeQL
167-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
167+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
168168
with:
169169
languages: ${{ matrix.language }}
170170
build-mode: ${{ matrix.build-mode }}
@@ -253,6 +253,6 @@ jobs:
253253
fi
254254
255255
- name: Perform CodeQL Analysis
256-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
256+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
257257
with:
258258
category: "/language:${{matrix.language}}"

.github/workflows/container-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: echo "${{ matrix.image }}" > trivy-${{ steps.image-name.outputs.name }}.meta
111111

112112
- name: Upload SARIF
113-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
113+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
114114
with:
115115
sarif_file: trivy-${{ steps.image-name.outputs.name }}.sarif
116116
category: trivy-${{ steps.image-name.outputs.name }}

.github/workflows/gui-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535

3636
- name: Setup Flutter
37-
uses: subosito/flutter-action@v2
37+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # v2.22.0
3838
with:
3939
channel: "stable"
4040

@@ -64,7 +64,7 @@ jobs:
6464
run: flutter test --coverage
6565

6666
- name: Upload coverage reports to Codecov
67-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
67+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
6868
with:
6969
use_oidc: true
7070
files: ./gui/coverage/lcov.info
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8686

8787
- name: Setup Flutter
88-
uses: subosito/flutter-action@v2
88+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # v2.22.0
8989
with:
9090
channel: "stable"
9191

@@ -181,7 +181,7 @@ jobs:
181181
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
182182

183183
- name: Setup Flutter
184-
uses: subosito/flutter-action@v2
184+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # v2.22.0
185185
with:
186186
channel: "stable"
187187

0 commit comments

Comments
 (0)