Skip to content

Commit 126e37c

Browse files
build(deps): bump the prod-github-actions group with 2 updates
Bumps the prod-github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `github/codeql-action` from 3.28.9 to 3.28.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.9...v3.28.10) Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00848a7 commit 126e37c

7 files changed

+9
-9
lines changed

.github/workflows/codeql-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
# Initialize CodeQL.
8888
- name: Initialize CodeQL
89-
uses: github/codeql-action/[email protected].9
89+
uses: github/codeql-action/[email protected].10
9090
with:
9191
languages: ${{ matrix.language }}
9292
build-mode: ${{ matrix.build-mode }}
@@ -116,7 +116,7 @@ jobs:
116116

117117
# Perform CodeQL analysis after the build has completed successfully or failed.
118118
- name: Perform CodeQL Analysis
119-
uses: github/codeql-action/[email protected].9
119+
uses: github/codeql-action/[email protected].10
120120
if: success() || failure()
121121
with:
122122
category: "/language:${{matrix.language}}"

.github/workflows/codeql-samples-quickstart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
# Initialize CodeQL.
9090
- name: Initialize CodeQL
91-
uses: github/codeql-action/[email protected].9
91+
uses: github/codeql-action/[email protected].10
9292
with:
9393
languages: ${{ matrix.language }}
9494
build-mode: ${{ matrix.build-mode }}
@@ -119,7 +119,7 @@ jobs:
119119

120120
# Perform CodeQL Analysis if the build succeeded or failed.
121121
- name: Perform CodeQL Analysis
122-
uses: github/codeql-action/[email protected].9
122+
uses: github/codeql-action/[email protected].10
123123
if: success() || failure()
124124
with:
125125
category: "/language:${{matrix.language}}"

.github/workflows/e2e-test-fusionauth-latest-ios-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO
188188

189189
- name: Upload recording
190-
uses: actions/[email protected].0
190+
uses: actions/[email protected].1
191191
if: ${{ failure() }}
192192
with:
193193
name: FusionAuth-${{ matrix.fusionauth-docker-image-version }}_${{ matrix.os }}_xcode-${{ matrix.xcode }}_swift-${{ matrix.swift }}_${{ matrix.simulator-platform }}-${{ matrix.simulator-version }}.xcresult

.github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO
217217

218218
- name: Upload recording
219-
uses: actions/[email protected].0
219+
uses: actions/[email protected].1
220220
if: ${{ failure() }}
221221
with:
222222
name: FusionAuth-${{ matrix.fusionauth-docker-image-version }}_${{ matrix.os }}_xcode-${{ matrix.xcode }}_swift-${{ matrix.swift }}_${{ matrix.simulator-platform }}-${{ matrix.simulator-version }}.xcresult

.github/workflows/e2e-test-fusionauth-matrix-ios-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO
184184

185185
- name: Upload recording
186-
uses: actions/[email protected].0
186+
uses: actions/[email protected].1
187187
if: ${{ failure() }}
188188
with:
189189
name: FusionAuth-${{ matrix.fusionauth-docker-image-version }}_${{ matrix.os }}_xcode-${{ matrix.xcode }}_swift-${{ matrix.swift }}_${{ matrix.simulator-platform }}-${{ matrix.simulator-version }}.xcresult

.github/workflows/mobsf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Uploads Sarif Report to GitHub
5252
- name: Upload mobsfscan report
53-
uses: github/codeql-action/[email protected].9
53+
uses: github/codeql-action/[email protected].10
5454
if: success() || failure()
5555
with:
5656
sarif_file: mobsf.sarif.json

.github/workflows/swiftlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Uploads Sarif Report for the app to GitHub
4646
- name: Upload Swift app report
47-
uses: github/codeql-action/[email protected].9
47+
uses: github/codeql-action/[email protected].10
4848
if: success() || failure()
4949
with:
5050
sarif_file: lint-results-debug.sarif

0 commit comments

Comments
 (0)