Skip to content

Initial commit for codeql #387

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

Merged
merged 3 commits into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
26 changes: 26 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CodeQL (Swift) - SAST

on:
pull_request:
push:
workflow_dispatch:

jobs:
analyze:
name: Code Scanning - CodeQL
runs-on: ubuntu-latest
timeout-minutes: 25
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: false
steps:
- uses: hyperwallet/public-security-workflows/codeql@main
with:
language: java
build-mode: 'none'
timeout-minutes: 25

10 changes: 10 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: CodeQL Dependency Review - SCA

on:
pull_request:
push:
workflow_dispatch:

jobs:
dependency-review:
uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
Loading