Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: descope/descope-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d49a523ecc3e2de5b7cd744aa5ac746ab0e54ee8
Choose a base ref
..
head repository: descope/descope-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c02eeaac2c3c4aecedcbf9e8b7a6ee7379dd6a25
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/detekt.yml
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ jobs:
)" > ${{ github.workspace }}/detekt.sarif.json
# Uploads results to GitHub repository using the upload-sarif action
- uses: github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
- uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
# Path to SARIF file relative to the root of the repository
sarif_file: ${{ github.workspace }}/detekt.sarif.json