diff --git a/.github/workflows/katana.yml b/.github/workflows/katana.yml index 00046f394..e3bdc19b5 100644 --- a/.github/workflows/katana.yml +++ b/.github/workflows/katana.yml @@ -98,7 +98,7 @@ jobs: **/build/reports/lint-results-debug.xml retention-days: 1 - name: Analyze detekt report - uses: github/codeql-action/upload-sarif@v3.27.6 + uses: github/codeql-action/upload-sarif@v3.27.9 with: sarif_file: build/reports/detekt/detekt.sarif checkout_path: ${{ github.workspace }} @@ -246,7 +246,7 @@ jobs: environment: production version: ${{ github.ref }} - name: Create Release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: