Skip to content

Commit cd9bfac

Browse files
fix(deps): bump the prod-github-actions group with 2 updates (#40)
Bumps the prod-github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [stanfordbdhg/action-swiftlint](https://github.com/stanfordbdhg/action-swiftlint). Updates `github/codeql-action` from 3.28.1 to 3.28.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@v3.28.1...v3.28.5) Updates `stanfordbdhg/action-swiftlint` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/stanfordbdhg/action-swiftlint/releases) - [Commits](StanfordBDHG/action-swiftlint@v4.1.0...v4.1.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: stanfordbdhg/action-swiftlint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb3c416 commit cd9bfac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codeql-package.yml

Lines changed: 2 additions & 2 deletions
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].1
89+
uses: github/codeql-action/[email protected].5
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].1
119+
uses: github/codeql-action/[email protected].5
120120
if: success() || failure()
121121
with:
122122
category: "/language:${{matrix.language}}"

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

Lines changed: 2 additions & 2 deletions
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].1
91+
uses: github/codeql-action/[email protected].5
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].1
122+
uses: github/codeql-action/[email protected].5
123123
if: success() || failure()
124124
with:
125125
category: "/language:${{matrix.language}}"

.github/workflows/mobsf.yml

Lines changed: 1 addition & 1 deletion
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].1
53+
uses: github/codeql-action/[email protected].5
5454
if: success() || failure()
5555
with:
5656
sarif_file: mobsf.sarif.json

.github/workflows/swiftlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
# Performs analysis using Swift Lint and outputs a Sarif Report
3939
- name: GitHub Action for SwiftLint
40-
uses: stanfordbdhg/[email protected].0
40+
uses: stanfordbdhg/[email protected].1
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/[email protected].1
47+
uses: github/codeql-action/[email protected].5
4848
if: success() || failure()
4949
with:
5050
sarif_file: lint-results-debug.sarif

0 commit comments

Comments
 (0)