Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the prod-github-actions group with 3 updates #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

# Initialize CodeQL.
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

# Perform CodeQL analysis after the build has completed successfully or failed.
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
if: success() || failure()
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/codeql-samples-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

# Initialize CodeQL.
- name: Initialize CodeQL
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

# Perform CodeQL Analysis if the build succeeded or failed.
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
if: success() || failure()
with:
category: "/language:${{matrix.language}}"
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO

- name: Upload recording
uses: actions/[email protected].1
uses: actions/[email protected].2
if: ${{ failure() }}
with:
name: FusionAuth-${{ matrix.fusionauth-docker-image-version }}_${{ matrix.os }}_xcode-${{ matrix.xcode }}_swift-${{ matrix.swift }}_${{ matrix.simulator-platform }}-${{ matrix.simulator-version }}.xcresult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO

- name: Upload recording
uses: actions/[email protected].1
uses: actions/[email protected].2
if: ${{ failure() }}
with:
name: FusionAuth-${{ matrix.fusionauth-docker-image-version }}_${{ matrix.os }}_xcode-${{ matrix.xcode }}_swift-${{ matrix.swift }}_${{ matrix.simulator-platform }}-${{ matrix.simulator-version }}.xcresult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
run: set -o pipefail && xcodebuild test -workspace FusionAuthSDK.xcworkspace/ -scheme fusionauth-quickstart-swift-ios-native -destination "${{matrix.destination}}" -skipPackagePluginValidation -parallel-testing-enabled NO

- name: Upload recording
uses: actions/[email protected].1
uses: actions/[email protected].2
if: ${{ failure() }}
with:
name: FusionAuth-${{ matrix.fusionauth-docker-image-version }}_${{ matrix.os }}_xcode-${{ matrix.xcode }}_swift-${{ matrix.swift }}_${{ matrix.simulator-platform }}-${{ matrix.simulator-version }}.xcresult
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobsf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Sets up the reviewdog cli
- name: Setup reviewdog
uses: reviewdog/[email protected].0
uses: reviewdog/[email protected].2

- name: Show reviewdog version
run: reviewdog -version
Expand All @@ -50,7 +50,7 @@ jobs:

# Uploads Sarif Report to GitHub
- name: Upload mobsfscan report
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
if: success() || failure()
with:
sarif_file: mobsf.sarif.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
# Sets up the reviewdog cli
- name: Setup reviewdog
uses: reviewdog/[email protected].0
uses: reviewdog/[email protected].2

- name: Show reviewdog version
run: reviewdog -version
Expand All @@ -44,7 +44,7 @@ jobs:

# Uploads Sarif Report for the app to GitHub
- name: Upload Swift app report
uses: github/codeql-action/[email protected].11
uses: github/codeql-action/[email protected].12
if: success() || failure()
with:
sarif_file: lint-results-debug.sarif
Expand Down
Loading