From fcb0d3e7e7ecd201abdd1359bf26b0ceec338934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:18:07 +0000 Subject: [PATCH] build(deps): bump github/codeql-action in the prod-github-actions group Bumps the prod-github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.27.6 to 3.27.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.27.6...v3.27.9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-package.yml | 4 ++-- .github/workflows/codeql-samples-quickstart.yml | 4 ++-- .github/workflows/mobsf.yml | 2 +- .github/workflows/swiftlint.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-package.yml b/.github/workflows/codeql-package.yml index 83cd0fb..70f2e28 100644 --- a/.github/workflows/codeql-package.yml +++ b/.github/workflows/codeql-package.yml @@ -84,7 +84,7 @@ jobs: # Initialize CodeQL. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.27.6 + uses: github/codeql-action/init@v3.27.9 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -114,7 +114,7 @@ jobs: # Perform CodeQL analysis after the build has completed successfully or failed. - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.27.6 + uses: github/codeql-action/analyze@v3.27.9 if: success() || failure() with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/codeql-samples-quickstart.yml b/.github/workflows/codeql-samples-quickstart.yml index 7cb0bfd..f59346e 100644 --- a/.github/workflows/codeql-samples-quickstart.yml +++ b/.github/workflows/codeql-samples-quickstart.yml @@ -86,7 +86,7 @@ jobs: # Initialize CodeQL. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.27.6 + uses: github/codeql-action/init@v3.27.9 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -117,7 +117,7 @@ jobs: # Perform CodeQL Analysis if the build succeeded or failed. - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.27.6 + uses: github/codeql-action/analyze@v3.27.9 if: success() || failure() with: category: "/language:${{matrix.language}}" \ No newline at end of file diff --git a/.github/workflows/mobsf.yml b/.github/workflows/mobsf.yml index ce2f3a9..d3c0398 100644 --- a/.github/workflows/mobsf.yml +++ b/.github/workflows/mobsf.yml @@ -48,7 +48,7 @@ jobs: # Uploads Sarif Report to GitHub - name: Upload mobsfscan report - uses: github/codeql-action/upload-sarif@v3.27.6 + uses: github/codeql-action/upload-sarif@v3.27.9 if: success() || failure() with: sarif_file: mobsf.sarif.json diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index 6ee3f86..5dcfa70 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -43,7 +43,7 @@ jobs: # Uploads Sarif Report for the app to GitHub - name: Upload Swift app report - uses: github/codeql-action/upload-sarif@v3.27.6 + uses: github/codeql-action/upload-sarif@v3.27.9 if: success() || failure() with: sarif_file: lint-results-debug.sarif