We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8682a8 commit fdd0224Copy full SHA for fdd0224
.github/workflows/ci.yml
@@ -57,3 +57,14 @@ jobs:
57
uses: github/codeql-action/upload-sarif@v2
58
with:
59
sarif_file: 'trivy-results.sarif'
60
+ keepalive-job:
61
+ name: Keep repository alive to prevent workflows to be disabled
62
+ if: ${{ always() }}
63
+ needs: build_push_and_check
64
+ permissions:
65
+ actions: write
66
+ runs-on: ubuntu-latest
67
+ steps:
68
+ - uses: gautamkrishnar/keepalive-workflow@v1
69
+ with:
70
+ use_api: true
0 commit comments