We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 676a085 + 07c2453 commit d74c322Copy full SHA for d74c322
.github/workflows/katana.yml
@@ -98,7 +98,7 @@ jobs:
98
**/build/reports/lint-results-debug.xml
99
retention-days: 1
100
- name: Analyze detekt report
101
- uses: github/codeql-action/[email protected].6
+ uses: github/codeql-action/[email protected].9
102
with:
103
sarif_file: build/reports/detekt/detekt.sarif
104
checkout_path: ${{ github.workspace }}
@@ -246,7 +246,7 @@ jobs:
246
environment: production
247
version: ${{ github.ref }}
248
- name: Create Release
249
- uses: softprops/action-gh-release@v2.1.0
+ uses: softprops/action-gh-release@v2.2.0
250
env:
251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
252
0 commit comments