Skip to content

Commit d74c322

Browse files
authored
Merge pull request #1124 from alvr/renovate/actions
chore(deps): update github actions
2 parents 676a085 + 07c2453 commit d74c322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/katana.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
**/build/reports/lint-results-debug.xml
9999
retention-days: 1
100100
- name: Analyze detekt report
101-
uses: github/codeql-action/[email protected].6
101+
uses: github/codeql-action/[email protected].9
102102
with:
103103
sarif_file: build/reports/detekt/detekt.sarif
104104
checkout_path: ${{ github.workspace }}
@@ -246,7 +246,7 @@ jobs:
246246
environment: production
247247
version: ${{ github.ref }}
248248
- name: Create Release
249-
uses: softprops/action-gh-release@v2.1.0
249+
uses: softprops/action-gh-release@v2.2.0
250250
env:
251251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
252252
with:

0 commit comments

Comments
 (0)