Skip to content

Commit 5444cf4

Browse files
build(deps): bump the prod-github-actions group across 1 directory with 7 updates
Bumps the prod-github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.17` | `4.31.0` | | [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.3.2` | `1.4.0` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.2.0` | `4.4.0` | | [stanfordbdhg/action-swiftlint](https://github.com/stanfordbdhg/action-swiftlint) | `4.1.1` | `4.1.2` | Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) Updates `github/codeql-action` from 3.28.17 to 4.31.0 - [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.17...v4.31.0) 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.3.2 to 1.4.0 - [Release notes](https://github.com/reviewdog/action-setup/releases) - [Commits](reviewdog/action-setup@e04ffab...d8edfce) Updates `googleapis/release-please-action` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@a02a34c...16a9c90) Updates `stanfordbdhg/action-swiftlint` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/stanfordbdhg/action-swiftlint/releases) - [Commits](StanfordBDHG/action-swiftlint@f6ee119...234b292) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.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.0 dependency-type: direct:production update-type: version-update:semver-major 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.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions - dependency-name: googleapis/release-please-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions - dependency-name: stanfordbdhg/action-swiftlint dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3be89d7 commit 5444cf4

8 files changed

+23
-23
lines changed

.github/workflows/codeql-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ jobs:
8282

8383
# Checkout the repository.
8484
- name: Checkout repository
85-
uses: actions/checkout@v4.2.2
85+
uses: actions/checkout@v5.0.0
8686

8787
# Initialize CodeQL.
8888
- name: Initialize CodeQL
89-
uses: github/codeql-action/init@v3.28.17
89+
uses: github/codeql-action/init@v4.31.0
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/analyze@v3.28.17
119+
uses: github/codeql-action/analyze@v4.31.0
120120
if: success() || failure()
121121
with:
122122
category: "/language:${{matrix.language}}"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484

8585
# Checkout the repository.
8686
- name: Checkout repository
87-
uses: actions/checkout@v4.2.2
87+
uses: actions/checkout@v5.0.0
8888

8989
# Initialize CodeQL.
9090
- name: Initialize CodeQL
91-
uses: github/codeql-action/init@v3.28.17
91+
uses: github/codeql-action/init@v4.31.0
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/analyze@v3.28.17
122+
uses: github/codeql-action/analyze@v4.31.0
123123
if: success() || failure()
124124
with:
125125
category: "/language:${{matrix.language}}"

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

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

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

100100
# Install FusionAuth 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 -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
# Checkout the repository.
126126
- name: Checkout repository
127-
uses: actions/checkout@v4.2.2
127+
uses: actions/checkout@v5.0.0
128128

129129
# Install FusionAuth with brew.
130130
- name: Install PostgreSQL
@@ -218,7 +218,7 @@ jobs:
218218
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO
219219

220220
- name: Upload recording
221-
uses: actions/upload-artifact@v4.6.2
221+
uses: actions/upload-artifact@v5.0.0
222222
if: ${{ failure() }}
223223
with:
224224
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

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

9696
# Install FusionAuth 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 -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
@@ -27,17 +27,17 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
steps:
30-
- uses: actions/checkout@v4.2.2
30+
- uses: actions/checkout@v5.0.0
3131

3232
# Sets up the python as a prerequisites for MobSF
3333
- name: Setup python
34-
uses: actions/setup-python@v5.6.0
34+
uses: actions/setup-python@v6.0.0
3535
with:
3636
python-version: 3.9
3737

3838
# Sets up the reviewdog cli
3939
- name: Setup reviewdog
40-
uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2
40+
uses: reviewdog/action-setup@d8edfce3dd5e1ec6978745e801f9c50b5ef80252 # v1.4.0
4141

4242
- name: Show reviewdog version
4343
run: reviewdog -version
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Uploads Sarif Report to GitHub
5252
- name: Upload mobsfscan report
53-
uses: github/codeql-action/upload-sarif@v3.28.17
53+
uses: github/codeql-action/upload-sarif@v4.31.0
5454
if: success() || failure()
5555
with:
5656
sarif_file: mobsf.sarif.json

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
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@v4.2.2
40+
uses: actions/checkout@v5.0.0
4141

4242
- name: Add labels to the repository if not present
4343
env:
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- id: release
6969
name: Run prerelease release-please
70-
uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
70+
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
7171
with:
7272
config-file: ".github/prerelease-config.json"
7373
manifest-file: ".github/prerelease-manifest.json"
@@ -114,7 +114,7 @@ jobs:
114114
echo "Running pre-release step!"
115115
116116
- name: Run release release-please
117-
uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
117+
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
118118
with:
119119
config-file: ".github/release-config.json"
120120
manifest-file: ".github/release-manifest.json"

.github/workflows/swiftlint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ jobs:
2626
steps:
2727
# Sets up the reviewdog cli
2828
- name: Setup reviewdog
29-
uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2
29+
uses: reviewdog/action-setup@d8edfce3dd5e1ec6978745e801f9c50b5ef80252 # v1.4.0
3030

3131
- name: Show reviewdog version
3232
run: reviewdog -version
3333

3434
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3535
- name: Checkout repository
36-
uses: actions/checkout@v4.2.2
36+
uses: actions/checkout@v5.0.0
3737

3838
# Performs analysis using Swift Lint and outputs a Sarif Report
3939
- name: GitHub Action for SwiftLint
40-
uses: stanfordbdhg/action-swiftlint@f6ee119765c4b81b667fa84b1e9ee77ca864f622 # v4.1.1
40+
uses: stanfordbdhg/action-swiftlint@234b29234afef1ae74ee94b915c41484bddb7f17 # v4.1.2
4141
with:
4242
args: --reporter sarif --output lint-results-debug.sarif
4343
# https://github.com/realm/SwiftLint/issues/4048
4444

4545
# Uploads Sarif Report for the app to GitHub
4646
- name: Upload Swift app report
47-
uses: github/codeql-action/upload-sarif@v3.28.17
47+
uses: github/codeql-action/upload-sarif@v4.31.0
4848
if: success() || failure()
4949
with:
5050
sarif_file: lint-results-debug.sarif

0 commit comments

Comments
 (0)