Skip to content

Commit b5ea38f

Browse files
build(deps): bump the prod-github-actions group across 1 directory with 6 updates
Bumps the prod-github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) | `2.3.0` | `2.4.0` | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.0` | `4.31.5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.0.0` | | [reviewdog/action-setup](https://github.com/reviewdog/action-setup) | `1.4.0` | `1.5.0` | Updates `swift-actions/setup-swift` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/swift-actions/setup-swift/releases) - [Commits](swift-actions/setup-swift@6824571...7ca6abe) Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) Updates `github/codeql-action` from 4.31.0 to 4.31.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.31.0...v4.31.5) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) Updates `reviewdog/action-setup` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/reviewdog/action-setup/releases) - [Commits](reviewdog/action-setup@d8edfce...d8a7baa) --- updated-dependencies: - dependency-name: swift-actions/setup-swift dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-github-actions - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-github-actions - dependency-name: reviewdog/action-setup dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1376cd commit b5ea38f

8 files changed

+25
-25
lines changed

.github/workflows/codeql-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
# Initialize Swift in the matrix specified version.
7777
- name: Initialize Swift
78-
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
78+
uses: swift-actions/setup-swift@7ca6abe6b3b0e8b5421b88be48feee39cbf52c6a # v2.4.0
7979
with:
8080
swift-version: ${{ matrix.swift }}
8181

@@ -85,11 +85,11 @@ jobs:
8585

8686
# Checkout the repository.
8787
- name: Checkout repository
88-
uses: actions/checkout@v5.0.0
88+
uses: actions/checkout@v6.0.0
8989

9090
# Initialize CodeQL.
9191
- name: Initialize CodeQL
92-
uses: github/codeql-action/[email protected].2
92+
uses: github/codeql-action/[email protected].5
9393
with:
9494
languages: ${{ matrix.language }}
9595
build-mode: ${{ matrix.build-mode }}
@@ -119,7 +119,7 @@ jobs:
119119

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
# Initialize Swift in the matrix specified version.
7979
- name: Initialize Swift
80-
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
80+
uses: swift-actions/setup-swift@7ca6abe6b3b0e8b5421b88be48feee39cbf52c6a # v2.4.0
8181
with:
8282
swift-version: ${{ matrix.swift }}
8383

@@ -87,11 +87,11 @@ jobs:
8787

8888
# Checkout the repository.
8989
- name: Checkout repository
90-
uses: actions/checkout@v5.0.0
90+
uses: actions/checkout@v6.0.0
9191

9292
# Initialize CodeQL.
9393
- name: Initialize CodeQL
94-
uses: github/codeql-action/[email protected].0
94+
uses: github/codeql-action/[email protected].5
9595
with:
9696
languages: ${{ matrix.language }}
9797
build-mode: ${{ matrix.build-mode }}
@@ -125,7 +125,7 @@ jobs:
125125

126126
# Perform CodeQL Analysis if the build succeeded or failed.
127127
- name: Perform CodeQL Analysis
128-
uses: github/codeql-action/[email protected].0
128+
uses: github/codeql-action/[email protected].5
129129
if: success() || failure()
130130
with:
131131
category: "/language:${{matrix.language}}"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
# Initialize Swift in the matrix specified version.
8787
- name: Initialize Swift
88-
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
88+
uses: swift-actions/setup-swift@7ca6abe6b3b0e8b5421b88be48feee39cbf52c6a # v2.4.0
8989
with:
9090
swift-version: ${{ matrix.swift }}
9191

@@ -95,7 +95,7 @@ jobs:
9595

9696
# Checkout the repository.
9797
- name: Checkout repository
98-
uses: actions/checkout@v5.0.0
98+
uses: actions/checkout@v6.0.0
9999

100100
# Install PostgreSQL with brew.
101101
- name: Install PostgreSQL
@@ -187,7 +187,7 @@ jobs:
187187
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native-swift-6 -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO
188188

189189
- name: Upload recording
190-
uses: actions/upload-artifact@v4.6.2
190+
uses: actions/upload-artifact@v5.0.0
191191
if: ${{ failure() }}
192192
with:
193193
name: FusionAuth-${{ env.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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
# Initialize Swift in the matrix specified version.
105105
- name: Initialize Swift
106-
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
106+
uses: swift-actions/setup-swift@7ca6abe6b3b0e8b5421b88be48feee39cbf52c6a # v2.4.0
107107
with:
108108
swift-version: ${{ matrix.swift }}
109109

@@ -113,7 +113,7 @@ jobs:
113113

114114
# Checkout the repository.
115115
- name: Checkout repository
116-
uses: actions/checkout@v5.0.0
116+
uses: actions/checkout@v6.0.0
117117

118118
# Install PostgreSQL with brew.
119119
- name: Install PostgreSQL
@@ -205,7 +205,7 @@ jobs:
205205
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme "${{matrix.scheme}}" -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO
206206

207207
- name: Upload recording
208-
uses: actions/upload-artifact@v4.6.2
208+
uses: actions/upload-artifact@v5.0.0
209209
if: ${{ failure() }}
210210
with:
211211
name: FusionAuth-${{ env.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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
# Initialize Swift in the matrix specified version.
8383
- name: Initialize Swift
84-
uses: swift-actions/setup-swift@682457186b71c25a884c45c06f859febbe259240 # v2.3.0
84+
uses: swift-actions/setup-swift@7ca6abe6b3b0e8b5421b88be48feee39cbf52c6a # v2.4.0
8585
with:
8686
swift-version: ${{ matrix.swift }}
8787

@@ -91,7 +91,7 @@ jobs:
9191

9292
# Checkout the repository.
9393
- name: Checkout repository
94-
uses: actions/checkout@v5.0.0
94+
uses: actions/checkout@v6.0.0
9595

9696
# Install PostgreSQL with brew.
9797
- name: Install PostgreSQL
@@ -185,7 +185,7 @@ jobs:
185185
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native-swift-6 -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO
186186

187187
- name: Upload recording
188-
uses: actions/upload-artifact@v4.6.2
188+
uses: actions/upload-artifact@v5.0.0
189189
if: ${{ failure() }}
190190
with:
191191
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030
runs-on: ubuntu-latest
3131

3232
steps:
33-
- uses: actions/checkout@v5.0.0
33+
- uses: actions/checkout@v6.0.0
3434

3535
# Sets up the python as a prerequisites for MobSF
3636
- name: Setup python
37-
uses: actions/setup-python@v5.6.0
37+
uses: actions/setup-python@v6.0.0
3838
with:
3939
python-version: 3.9
4040

4141
# Sets up the reviewdog cli
4242
- name: Setup reviewdog
43-
uses: reviewdog/action-setup@d8edfce3dd5e1ec6978745e801f9c50b5ef80252 # v1.4.0
43+
uses: reviewdog/action-setup@d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f # v1.5.0
4444

4545
- name: Show reviewdog version
4646
run: reviewdog -version
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Uploads Sarif Report to GitHub
5555
- name: Upload mobsfscan report
56-
uses: github/codeql-action/[email protected].2
56+
uses: github/codeql-action/[email protected].5
5757
if: success() || failure()
5858
with:
5959
sarif_file: mobsf.sarif.json

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v5.0.0
40+
uses: actions/checkout@v6.0.0
4141

4242
- name: Add labels to the repository if not present
4343
env:

.github/workflows/swiftlint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
steps:
3030
# Sets up the reviewdog cli
3131
- name: Setup reviewdog
32-
uses: reviewdog/action-setup@d8edfce3dd5e1ec6978745e801f9c50b5ef80252 # v1.4.0
32+
uses: reviewdog/action-setup@d8a7baabd7f3e8544ee4dbde3ee41d0011c3a93f # v1.5.0
3333

3434
- name: Show reviewdog version
3535
run: reviewdog -version
3636

3737
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3838
- name: Checkout repository
39-
uses: actions/checkout@v5.0.0
39+
uses: actions/checkout@v6.0.0
4040

4141
# Performs analysis using Swift Lint and outputs a Sarif Report
4242
- name: GitHub Action for SwiftLint
@@ -47,7 +47,7 @@ jobs:
4747

4848
# Uploads Sarif Report for the app to GitHub
4949
- name: Upload Swift app report
50-
uses: github/codeql-action/[email protected].2
50+
uses: github/codeql-action/[email protected].5
5151
if: success() || failure()
5252
with:
5353
sarif_file: lint-results-debug.sarif

0 commit comments

Comments
 (0)